public class SqrtFunction extends BaseFEELFunction
BaseFEELFunction.Param
Modifier and Type | Field and Description |
---|---|
static SqrtFunction |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<BigDecimal> |
invoke(BigDecimal number) |
static BigDecimal |
sqrt(BigDecimal arg) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
public static final SqrtFunction INSTANCE
public FEELFnResult<BigDecimal> invoke(BigDecimal number)
public static BigDecimal sqrt(BigDecimal arg)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.