HyperbolicOneMinusExp Method |
Calculates 1-Exp(x) 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 OneMinusExp(
double x
)
Parameters
- x Double
- Function argument
Return Value
DoubleThe value 1-Exp(x)
See Also