complexModulus property

Number get complexModulus

The complex modulus is the absolute value of this Imaginary number.

Implementation

Number get complexModulus => value.abs();