Skip to content

pow

function pow(column, exponent): Column;

Defined in: functions/math.ts:43

Returns the value of the first argument raised to the power of the second argument.

ParameterType
columnColOrName
exponentnumber

Column