IOperations<T>.Log 1Plus X Method
Returns the logarithm of 1 plus the argument.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Log1PlusX(
T x
)
Parameters
- x T
Return Value
TRemarks
This method takes extra care to avoid this loss of precision.