toStringAsFraction method

String toStringAsFraction()

Prints the real and the imaginary parts of the complex number as fractions with the best possible approximation.

Implementation

String toStringAsFraction() => _convertToString(asFraction: true);