Click or drag to resize

DoubleDoubleExp Method

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
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The argument of the exponential.

Return Value

Type: DoubleDouble
The value of ex.
See Also