Calculates the natural logarithm of 1+x with better accuracy for very small x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Log1p(
double x
)
Parameters
- x Double
- The x value
Return Value
DoubleLog(1+x) with better accuracy for very small x.
See Also