Reference material for POW, POWER functions
Returns a number <value>
raised to the specified power <value>
.
Alias: POWER
Parameter | Description | Supported input types |
---|---|---|
<value> | The base value of the exponent | DOUBLE PRECISION |
<exponent> | The power value of the exponent | DOUBLE PRECISION |
DOUBLE PRECISION
The following example calculates 2 to the power of 5:
Reference material for POW, POWER functions
Returns a number <value>
raised to the specified power <value>
.
Alias: POWER
Parameter | Description | Supported input types |
---|---|---|
<value> | The base value of the exponent | DOUBLE PRECISION |
<exponent> | The power value of the exponent | DOUBLE PRECISION |
DOUBLE PRECISION
The following example calculates 2 to the power of 5: