complexArgument property

num complexArgument

The complex argument, or phase, of this imaginary number in radians.

Implementation

num get complexArgument => value < 0 ? -pi / 2.0 : pi / 2.0;