Category:
Mathematical
Raises a number to the power.
Syntax
power(
x Numeric,
y Numeric
): Numeric
Parameters
x is a base.
y is a power.
Return value
Type: Numeric.
Examples of using
power(15.2, 3)
Database Tour Documentation | |
power function |
Category:
Mathematical
Raises a number to the power.
power(
x Numeric,
y Numeric
): Numeric
x is a base.
y is a power.
Type: Numeric.
power(15.2, 3)