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