IMathTNumericLog10 Method
Returns the base 10 logarithm of a specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Log10(
TNumeric x
)
Function Log10 (
x As TNumeric
) As TNumeric
TNumeric Log10(
TNumeric x
)
abstract Log10 :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number whose logarithm is to be found.
TNumericThe base 10 log of
x; that is, log 10
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.