cot method

Complex cot()

Calculates the cotangent of this complex number.

Implementation

Complex cot() => cos() / sin();