arccot

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

ArcCotangent of a ComplexNumber

Defined by the formula arccot(z, n) = arctan(1/z, n)

Return

ComplexNumber = arccot(z)

Since

Version 1.0

Parameters

intBranch

a Int

See also