ComplexLog(Complex) Method |
Calculates the natural logarithm function of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Log(
Complex c
)
Public Shared Function Log (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.Log(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe natural logarithm function of the complex number
See Also