toStringWithFractions method

String toStringWithFractions()

Returns a string representation of the polynomial where the coefficients are converted into their fractional representation.

Implementation

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