public abstract class TrigonometricFunction extends AbstractFunction
| Constructor and Description |
|---|
TrigonometricFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
abstract Double |
evaluate(Number value) |
checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic TrigonometricFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2017. All Rights Reserved.