acos method

Complex acos()

Computes the arc-cosine of this complex number.

Implementation

Complex acos() => (this + i * (one - square()).sqrt()).log() * -i;