Home / Search/ Language Reference/ Functions/ Scalar Functions/ Mathematical Functions/pow

pow

The pow function returns a result of raising to power.

Syntax

    pow( Base, Exponent )

Arguments

  • Base: Base value.
  • Exponent: Exponent value.

Results

Returns base raised to the power exponent: Base ^ Exponent.