Return Some((num, denom, remainder)), if the equation
could be decomposed.
Return Some((num, denom, remainder)), if the equation
could be decomposed.
(Since version ) see corresponding Javadoc for more information.
Rewrite an equation to the form
(num / denom) * symbol = remainder(where remainder does not contain the atomic termsymbol) and determine the coefficient and the remainder.