SpecialFunctionsLog1p Method |
Computes ln(1+x) with good relative precision when |x| is small
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 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