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