acosh method

Complex acosh()

Computes the hyperbolic arc-cosine of this complex number.

Implementation

Complex acosh() => ((square() - 1).sqrt() + this).log();