  | NMathFunctionsLog(FloatComplex) Method | 
            Calculates the principal value of the common logarithm of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static FloatComplex Log(
	FloatComplex c
)
Public Shared Function Log ( 
	c As FloatComplex
) As FloatComplex
public:
static FloatComplex Log(
	FloatComplex c
)
static member Log : 
        c : FloatComplex -> FloatComplex Parameters
- c  FloatComplex
 - A complex number.
 
Return Value
FloatComplexThe logarithm of 
c.
See Also