POWER()
<< POSITION() | FB 2.5 Language Reference | RAND() >>
<< POSITION() | FB 2.1 Language Reference | RAND() >>
POWER()
Added in: 2.1
Description
Returns x to the y'th power.
Result type: DOUBLE PRECISION
Syntax
POWER (x, y)
- If
xis negative, an error is raised.
Important: If the external function POWER is declared in your database, it will override the internal function. To make the internal function available, DROP or ALTER the external function (UDF).
back to top of page
<< POSITION() | FB 2.5 Language Reference | RAND() >>
<< POSITION() | FB 2.1 Language Reference | RAND() >>







