cabs2 method

double cabs2()

Implementation

double cabs2() => (real / 2).abs() + (imaginary / 2).abs();