asinh method Null safety

Complex asinh()

Implementation

Complex asinh() => (this + (this * this + const Complex(1, 0)).sqrt()).ln();