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