Class Tangente
java.lang.Object
calculator.functions.UnaryFunction
calculator.functions.Tangente
- All Implemented Interfaces:
Expression
This class represents the arithmetic unary operation "tan".
The class extends an abstract superclass UnaryFunction.
-
Field Summary
Fields inherited from class UnaryFunction
arg, symbol -
Constructor Summary
ConstructorsConstructorDescriptionTangente(Expression arg) Class constructor specifying an Expression to apply the tangent function. -
Method Summary
-
Constructor Details
-
Tangente
Class constructor specifying an Expression to apply the tangent function.- Parameters:
arg- The Expression to apply the operation on- Throws:
IllegalConstruction- If a null argument is passed
-
-
Method Details
-
op
- Specified by:
opin classUnaryFunction
-
op
- Specified by:
opin classUnaryFunction
-
op
- Specified by:
opin classUnaryFunction
-
op
- Specified by:
opin classUnaryFunction
-