abs method

double abs()

Implementation

double abs() => math.sqrt(re * re + im * im);