SpecialFunctionsExpm1 Method |
Numerically stable exponential minus one, i.e.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Expm1(
double power
)
Parameters
- power Double
- A number specifying a power.
Return Value
DoubleReturns
.
See Also