IOperations<T>.Log Method

Returns the natural logarithm of a number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Log(
	T x
)

Parameters

x  T
A number.

Return Value

T
The natural logarithm of x.

See Also