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