All Implemented Interfaces:
FunctionValue, OperatorFunctionValue

public class PowerFunction extends AbstractMathFunction
Returns the result of a given number raised to a supplied power.
Since:
1.4
  • Constructor Details

    • PowerFunction

      public PowerFunction()
    • PowerFunction

      public PowerFunction(List<FunctionValue> values)
  • Method Details