Class SqrtFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.SqrtFunction
-
- All Implemented Interfaces:
FEELFunction
public class SqrtFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
Fields Modifier and Type Field Description static SqrtFunctionINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.math.BigDecimal>invoke(java.math.BigDecimal number)static java.math.BigDecimalsqrt(java.math.BigDecimal arg)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final SqrtFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<java.math.BigDecimal> invoke(java.math.BigDecimal number)
-
sqrt
public static java.math.BigDecimal sqrt(java.math.BigDecimal arg)
-
-