Operations<T>.Log Method

Returns the natural logarithm of a number.

Definition

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

Parameters

operand  T
 

Return Value

T
The natural logarithm of x.

See Also