IMathTNumericLog(TNumeric, TNumeric) Method
Returns the logarithm of a specified number in a specified base.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Log(
TNumeric a,
TNumeric newBase
)
Function Log (
a As TNumeric,
newBase As TNumeric
) As TNumeric
TNumeric Log(
TNumeric a,
TNumeric newBase
)
abstract Log :
a : 'TNumeric *
newBase : 'TNumeric -> 'TNumeric
- a TNumeric
- The number whose logarithm is to be found.
- newBase TNumeric
- The base of the logarithm.
TNumericlog newBase(a)
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.