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