Returns e raised to the specified power.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Exp(
BigFloat value
)
Public Shared Function Exp (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Exp(
BigFloat^ value
)
static member Exp :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value that specifies the exponent.
Return Value
Type:
BigFloatThe number e raised to the power
value.
The result has the same relative accuracy as value.
Reference