VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / POWER
In This Topic
POWER
In This Topic
Returns the value of the input number to the given power (x^y).


Example

SELECT POWER( 2.0, 8);

RETURNS: 256

See Also