Click or drag to resize

SpecialFunctionsLog1p Method

Computes ln(1+x) with good relative precision when |x| is small

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 parameter for which to compute the log1p function. Range: x > 0.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.Log1p(System.Double)"]

See Also