normSquared method

double normSquared()

Implementation

double normSquared() => real * real + imaginary * imaginary;