Operations<T>.Log1PlusX Method
Returns the logarithm of 1 plus the argument.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static T Log1PlusX(
T operand
)
ParametersPermalink
- operand T
Return ValuePermalink
TRemarksPermalink
This method takes extra care to avoid this loss of precision.