public static class PredefinedFunctionComplexEvaluator.TanEvaluator extends PredefinedFunctionComplexEvaluator
PredefinedFunctionComplexEvaluator
executing
tangent on a given complex parameter.PredefinedFunctionComplexEvaluator.CosEvaluator, PredefinedFunctionComplexEvaluator.ExpEvaluator, PredefinedFunctionComplexEvaluator.LogEvaluator, PredefinedFunctionComplexEvaluator.SinEvaluator, PredefinedFunctionComplexEvaluator.SqrtEvaluator, PredefinedFunctionComplexEvaluator.TanEvaluator
Constructor and Description |
---|
TanEvaluator(Evaluator e)
Creates a new
TanEvaluator with the parameter
Evaluator e . |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate()
Executes tangent on the complex evaluation result of the given parameter
Evaluator and returns the result as a Complex Object . |
getComplexValue, getReturnType
public TanEvaluator(Evaluator e)
TanEvaluator
with the parameter
Evaluator e
.e
- the Evaluator
from its complex evaluation result
tangent is to be calculated.public Object evaluate()
Evaluator
and returns the result as a Complex
Object
.evaluate
in interface Evaluator
evaluate
in class PredefinedFunctionComplexEvaluator
Complex
Object
.AbstractComplexEvaluator.getReturnType()