TComplex.Log Method
Computes logarithm to base Base of the complex number.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TComplex Log(
TComplex Base
)
Public Function Log (
Base As TComplex
) As TComplex
public:
TComplex^ Log(
TComplex^ Base
)
member Log :
Base : TComplex -> TComplex
- Base TComplex
- Logarithm base.
TComplexLogarithm to base
Base of the complex number.