Skip to content

hypot

function hypot(a, b): Column;

Defined in: functions/math.ts:200

Computes sqrt(a^2 + b^2) without intermediate overflow or underflow.

ParameterType
aColOrName
bColOrName

Column