IMathTNumericLog(TNumeric) Method
Returns the natural (base e) logarithm of a specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Log(
TNumeric x
)
Function Log (
x As TNumeric
) As TNumeric
TNumeric Log(
TNumeric x
)
abstract Log :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- The number whose logarithm is to be found.
TNumeric
The natural logarithm of
x; that is, ln
x, or log e
x.