daft.functions.hypot#
hypot #
hypot(a: Expression, b: Expression) -> Expression
Returns sqrt(a^2 + b^2), the Euclidean norm.
Source code in daft/functions/numeric.py
206 207 208 | |
hypot #hypot(a: Expression, b: Expression) -> Expression
Returns sqrt(a^2 + b^2), the Euclidean norm.
daft/functions/numeric.py206 207 208 | |