sinh method Null safety

Complex sinh()

Implementation

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