Click or drag to resize

DoubleDoubleLog Method

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
)

Parameters

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

Return Value

Type: DoubleDouble
The value of ln(x).
See Also