Skip to content

hypot

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

Column