public class SinOperator extends AbstractFunctionOperator
| Modifier and Type | Field and Description |
|---|---|
static SinOperator |
SINGLETON |
| Constructor and Description |
|---|
SinOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
apply(CalculateContext calculateContext,
java.math.BigDecimal operand) |
evaluatepublic static final SinOperator SINGLETON
public java.math.BigDecimal apply(CalculateContext calculateContext, java.math.BigDecimal operand)
apply in class AbstractFunctionOperator