Computes the exponential of a double double value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble Exp(
DoubleDouble x
)
Public Shared Function Exp (
x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble Exp(
DoubleDouble x
)
static member Exp :
x : DoubleDouble -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The argument of the exponential.
Return Value
Type:
DoubleDoubleThe value of e
x.
See Also