Class RationalDivisionPrintRule

java.lang.Object
com.singularsys.extensions.field.implementations.RationalDivisionPrintRule
All Implemented Interfaces:
PrintVisitor.PrintRulesI, Serializable

public class RationalDivisionPrintRule extends Object implements PrintVisitor.PrintRulesI
A special rule for printing divisions involving rational numbers. This ensures that if we have an expression like x/(3/5) where the 3/5 is a Rational constant then it is printed as x/(3/5) and not x/3/5.
See Also: