Uses of Class
calculator.atoms.Real
Packages that use Real
Package
Description
-
Uses of Real in calculator.atoms
Methods in calculator.atoms that return Real -
Uses of Real in calculator.atoms.visitor
Methods in calculator.atoms.visitor with parameters of type RealModifier and TypeMethodDescriptionvoidVisiting a Real Atom to cast it to the specified type of the visitorvoidVisits a Real and changes the result if it was a Rationnal or Integerabstract voidThe Visitor can traverse a Real number (a subtype of Expression) -
Uses of Real in calculator.functions
Methods in calculator.functions that return RealMethods in calculator.functions with parameters of type Real -
Uses of Real in calculator.operations
Methods in calculator.operations that return RealModifier and TypeMethodDescriptionThe actual computation of the (binary) arithmetic division of two RealsThe actual computation of the (binary) arithmetic subtraction of two Realsabstract RealAbstract method representing the actual binary arithmetic operation to compute on RealsThe actual computation of the (binary) arithmetic addition of two RealsPower.op(IntegerAtom i1, IntegerAtom i2) The actual exponentiation of two Integers.The actual exponentiation of two rational numbersThe actual exponentiation of two RealsThe actual computation of the (binary) arithmetic multiplication of two RealsMethods in calculator.operations with parameters of type RealModifier and TypeMethodDescriptionThe actual computation of the (binary) arithmetic division of two RealsThe actual computation of the (binary) arithmetic subtraction of two Realsabstract RealAbstract method representing the actual binary arithmetic operation to compute on RealsThe actual computation of the (binary) arithmetic addition of two RealsThe actual exponentiation of two RealsThe actual computation of the (binary) arithmetic multiplication of two Reals -
Uses of Real in visitor