IReal Operations<T>.Log Method
Returns the natural logarithm of a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The natural logarithm of a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Log(
T a
)
Parameters
- a T
- A value.
Return Value
TThe natural logarithm of a.