Skip to content

pow

function pow(column, exponent): Column;

Defined in: functions/math.ts:46

Returns the value of the first argument raised to the power of the second. exponent accepts a Column (per-row exponent) or a numeric literal.

Parameter Type
column ColOrName
exponent number | Column

Column