pub fn hypot(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Computes sqrt(a^2 + b^2) without intermediate overflow or underflow.