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#
public static T Log1PlusX(
	T operand
)

ParametersPermalink

operand  T
 

Return ValuePermalink

T

RemarksPermalink

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

See AlsoPermalink