Uses of Class
calculator.atoms.Rationnal
Packages that use Rationnal
Package
Description
-
Uses of Rationnal in calculator.atoms
Methods in calculator.atoms that return Rationnal -
Uses of Rationnal in calculator.atoms.visitor
Methods in calculator.atoms.visitor with parameters of type RationnalModifier and TypeMethodDescriptionvoidVisiting a Rationnal Atom to cast it to the specified type of the visitorvoidVisits a Rationnal and changes the result only if it was an integerabstract voidThe Visitor can traverse a Rationnal number (a subtype of Expression) -
Uses of Rationnal in calculator.functions
Methods in calculator.functions that return RationnalMethods in calculator.functions with parameters of type Rationnal -
Uses of Rationnal in calculator.operations
Methods in calculator.operations that return RationnalModifier and TypeMethodDescriptionMethods in calculator.operations with parameters of type RationnalModifier and TypeMethodDescriptionabstract AtomAbstract method representing the actual binary arithmetic operation to compute on RationnalsThe actual exponentiation of two rational numbers -
Uses of Rationnal in visitor