asin method

Complex asin()

Computes the arc-sine of this complex number.

Implementation

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