imag method

double imag()

Returns the imaginary component of the complex number.

Implementation

double imag() => _imag;