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