Uses of Package
calculator.atoms
Packages that use calculator.atoms
Package
Description
-
Classes in calculator.atoms used by calculatorClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).
-
Classes in calculator.atoms used by calculator.atomsClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).Enumeration of possible atom (number) typesComplex Number type is used to represent complex e.g. 3 + 2iIntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.Rationnal Number type is used to represent fractions e.g. 1/2Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
-
Classes in calculator.atoms used by calculator.atoms.visitorClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).Enumeration of possible atom (number) typesComplex Number type is used to represent complex e.g. 3 + 2iIntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.Rationnal Number type is used to represent fractions e.g. 1/2Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
-
Classes in calculator.atoms used by calculator.functionsClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).Complex Number type is used to represent complex e.g. 3 + 2iIntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.Rationnal Number type is used to represent fractions e.g. 1/2Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
-
Classes in calculator.atoms used by calculator.operationsClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).Complex Number type is used to represent complex e.g. 3 + 2iIntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.Rationnal Number type is used to represent fractions e.g. 1/2Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
-
Classes in calculator.atoms used by visitorClassDescriptionAtom abstract class An Atom represents a number (or an operand of operations).Complex Number type is used to represent complex e.g. 3 + 2iIntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.Rationnal Number type is used to represent fractions e.g. 1/2Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.