|
Formula 1.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecthirondelle.formula.function.builtin.Power
public final class Power
pow(x,y): raise x to the power y.
pow(x,y) is the same as x^y.
Constructor Summary | |
---|---|
Power()
|
Method Summary | |
---|---|
Decimal |
calculate(Decimal... aArgs)
The first argument is the base, and the second argument is the exponent. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Power()
Method Detail |
---|
public Decimal calculate(Decimal... aArgs)
calculate
in interface Function
aArgs
- 0 or more arguments to the function.
|
Formula 1.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |