Operations<T>.Log1p Method

Returns the logarithm of 1 plus the argument.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Log1p(
	T operand
)

Parameters

operand  T
 

Return Value

T

Remarks

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

See Also