IOperations<T>.Log1PlusX Method

Returns the logarithm of 1 plus the argument.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Log1PlusX(
	T x
)

Parameters

x  T
 

Return Value

T

Remarks

This method takes extra care to avoid this loss of precision.

See Also