cosh method Null safety

Complex cosh()

Implementation

Complex cosh() => const Complex(0.5, 0) * (exp() + ((-this).exp()));