Uses of Class
calculator.atoms.Complex
Packages that use Complex
Package
Description
-
Uses of Complex in calculator.atoms
Methods in calculator.atoms that return Complex -
Uses of Complex in calculator.atoms.visitor
Methods in calculator.atoms.visitor with parameters of type ComplexModifier and TypeMethodDescriptionvoidVisiting a Complex Atom to cast it to the specified type of the visitorvoidVisits a Complex and changes the result to complex as any Number can be converted to a complexabstract voidThe Visitor can traverse a Complex number (a subtype of Expression) -
Uses of Complex in calculator.functions
Methods in calculator.functions that return ComplexMethods in calculator.functions with parameters of type Complex -
Uses of Complex in calculator.operations
Methods in calculator.operations that return ComplexModifier and TypeMethodDescriptionabstract ComplexAbstract method representing the actual binary arithmetic operation to compute on ComplexesThe exponentiation of complex numbersMethods in calculator.operations with parameters of type ComplexModifier and TypeMethodDescriptionabstract ComplexAbstract method representing the actual binary arithmetic operation to compute on ComplexesThe exponentiation of complex numbers -
Uses of Complex in visitor