DoubleDoubleExp Method
Computes the exponential of a double double value.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- x DoubleDouble
- The argument of the exponential.
DoubleDoubleThe value of e
x.