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