BigFloat.Log1PlusX(BigFloat) Method

Returns the natural logarithm of 1 plus a number with the default accuracy.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Log1PlusX(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat value.

Return Value

BigFloat
The natural logarithm of 1 + value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also