phase property
double
get
phase
Phase (argument) of the complex number
Implementation
double get phase => math.atan2(imaginary, real);
Phase (argument) of the complex number
double get phase => math.atan2(imaginary, real);