POW

Description

Returns x raised to the power of y

Syntax

POW(basevalue, power)

Arguments


  basevalue - numeric expression

  power - numeric expression

Examples

POW(2,3) returns 8

Return value datatype

Double

Impact of null value

If any (or all) inputs are null, returns null.