ScriptExecutionBaseExp(Double) Method |
Returns e raised to the specified power.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Exp(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Exp(System.Double)"]
Return Value
DoubleThe number
e raised to the power
d. If
d equals
NaN or
PositiveInfinity, that value is returned. If
d equals
NegativeInfinity, 0 is returned.
See Also