Quad.Exp Method
Returns e raised to the specified power.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
The number e raised to the power value. If value equals System.Double.NaN or System.Double.PositiveInfinity, that value is returned. If value equals System.Double.NegativeInfinity, 0 is returned.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static Quad Exp(
Quad value
)Parameters
- value Quad
- A number specifying a power.
Return Value
QuadThe number e raised to the power value. If value equals System.Double.NaN or System.Double.PositiveInfinity, that value is returned. If value equals System.Double.NegativeInfinity, 0 is returned.
Implements
IExponentialFunctions<TSelf>.Exp(TSelf)Exceptions
| Overflow | The result is too large to be represented as a quadruple precision number. |