Click or drag to resize

HyperbolicLog1p Method

Calculates the natural logarithm of 1+x with better accuracy for very small x.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Log1p(
	double x
)

Parameters

x  Double
The x value

Return Value

Double
Log(1+x) with better accuracy for very small x.
See Also