Package calculator.functions
package calculator.functions
-
ClassesClassDescriptionThis class represents the arithmetic unary operation "acos".This class represents the arithmetic unary operation "asin".This class represents the arithmetic unary operation "atan".This class represents the arithmetic unary operation "cosh".This class represents the arithmetic unary operation "cos".This class represents the natural logarithm unary operation "ln".This class represents the arithmetic binary operation "log(x, base)".This class represents the arithmetic unary operation "sinh".This class represents the arithmetic unary operation "sin".This class represents the square root unary operation "sqrt".This class represents the arithmetic unary operation "tan".This class represents the arithmetic unary operation "tanh".UnaryFunction is an abstract class that represents unary arithmetic operations, which are a special kind of Expressions, just like binary operations are.