SpecialFunctionsLog1p Method |
Computes ln(1+x) with good relative precision when |x| is small
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Log1p(
double x
)
Parameters
- x Double
- The parameter for which to compute the log1p function. Range: x > 0.
Return Value
DoubleThe natural logarithm of 1 + x.
See Also