atanh method Null safety
Implementation
Complex atanh() =>
const Complex(0.5, 0) *
((const Complex(1, 0) + this).ln() - (const Complex(1, 0) - this).ln());
Complex atanh() =>
const Complex(0.5, 0) *
((const Complex(1, 0) + this).ln() - (const Complex(1, 0) - this).ln());