org.pentaho.reporting.libraries.formula.function.math

Class PowerFunction

public class PowerFunction extends Object implements Function

This function returns the value of one number raised to the power of another number.

Author: Cedric Pronzato

Constructor Summary
PowerFunction()
Method Summary
TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)
StringgetCanonicalName()

Constructor Detail

PowerFunction

public PowerFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()