Click or drag to resize

ScriptExecutionBaseExp(Double) Method

Returns e raised to the specified power.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Exp(
	double s
)

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Exp(System.Double)"]

Return Value

Double
The 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