hypot
function hypot(a, b): Column;Defined in: functions/math.ts:203
Computes sqrt(a^2 + b^2) without intermediate overflow or underflow.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
a |
ColOrName |
b |
ColOrName |
function hypot(a, b): Column;Defined in: functions/math.ts:203
Computes sqrt(a^2 + b^2) without intermediate overflow or underflow.
| Parameter | Type |
|---|---|
a |
ColOrName |
b |
ColOrName |