asinh method

Complex asinh()

Computes the hyperbolic arc-sine of this complex number.

Implementation

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