Class SqrtFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.math.SqrtFunction
- All Implemented Interfaces:
Serializable
,Function
This function returns the sqrt of the value.
- Author:
- ocke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqrtFunction
public SqrtFunction()
-
-
Method Details
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-