arg method

double arg()

Returns the phase of the value in polar coordinates.

Implementation

double arg() => b.atan2(a);