ln

fun ln(of: ComplexNumber, intBranch: Int = 0): ComplexNumber(source)

Ln or Natural Logarithm of a ComplexNumber

ln(z, n) is defined as ln|z| + i(Arg(z) + 2πn) where n∈ℤ n is the integer branch of the natural logarithm

Return

ln(ComplexNumber)

Since

Version 1.0

Parameters

of

that is a ComplexNumber

intBranch

that is a Int, default value is 0