Click or drag to resize

RMathLog1p Method

Computes log(1 + x) with improved accuracy for small values of x.

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

Parameters

x  Double
The argument.

Return Value

Double
The value of log(1 + x).
See Also