Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns a number <value> raised to the specified power <value>. Alias: POWER

Syntax

POW(<value>, <exponent>);

Parameters

ParameterDescriptionSupported input types
<value>The base value of the exponentDOUBLE PRECISION
<exponent>The power value of the exponentDOUBLE PRECISION

Return Type

DOUBLE PRECISION

Example

The following example calculates 2 to the power of 5: