TInfinity.Log Method
Computes logarithm to base Base with respect to infinite values.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber Log(
TInfinity Base
)
Public Function Log (
Base As TInfinity
) As TNumber
public:
TNumber^ Log(
TInfinity^ Base
)
member Log :
Base : TInfinity -> TNumber
- Base TInfinity
- Logarithm base.
TNumberLogarithm to base
Base of this value.