public static class PredefinedFunctionComplexEvaluator.SinEvaluator extends PredefinedFunctionComplexEvaluator
PredefinedFunctionComplexEvaluator
executing
sine on a given complex parameter.PredefinedFunctionComplexEvaluator.CosEvaluator, PredefinedFunctionComplexEvaluator.ExpEvaluator, PredefinedFunctionComplexEvaluator.LogEvaluator, PredefinedFunctionComplexEvaluator.SinEvaluator, PredefinedFunctionComplexEvaluator.SqrtEvaluator, PredefinedFunctionComplexEvaluator.TanEvaluator
Constructor and Description |
---|
SinEvaluator(Evaluator e)
Creates a new
SinEvaluator with the parameter
Evaluator e . |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate()
Executes sine on the complex evaluation result of the given parameter
Evaluator and returns the result as a Complex Object . |
getComplexValue, getReturnType
public SinEvaluator(Evaluator e)
SinEvaluator
with the parameter
Evaluator e
.e
- the Evaluator
from its complex evaluation result
sine 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()