HyperbolicExpMinusOne Method |
Calculates Exp(x)-1 with better accuracy around x=0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double ExpMinusOne(
double x
)
Parameters
- x Double
- Function argument
Return Value
DoubleThe value Exp(x)-1
See Also