Class PiFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.math.PiFunction
- All Implemented Interfaces:
Serializable
,Function
This function returns the acos of the value.
- Author:
- ocke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PiFunction
public PiFunction()
-
-
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
-