Class PowerOperator

java.lang.Object
org.pentaho.reporting.libraries.formula.operators.AbstractNumericOperator
org.pentaho.reporting.libraries.formula.operators.PowerOperator
All Implemented Interfaces:
Serializable, InfixOperator

public class PowerOperator extends AbstractNumericOperator
This has to be implemented manually if we want to support arbitary precision. Damn, do I have to implement the logarithm computation as well? For now: Ignore that and use doubles!
Author:
Thomas Morgner
See Also: