Generic Extensions.Log<T> Method
Returns the natural logarithm of the specified number.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static T Log<T>(
this IRealOperations<T> ops,
T value,
T logBase
)
Parameters
- ops IRealOperations<T>
- value T
- logBase T
Type Parameters
- T