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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
exponent |
number | Column |