Return element-wise hypotenuse for the given legs of a right triangle.
In the original NumPy/JAX implementation, this function is more numerically stable than sqrt(x12 + x22). We don't currently implement those stability improvements.
Return element-wise hypotenuse for the given legs of a right triangle.
In the original NumPy/JAX implementation, this function is more numerically stable than sqrt(x12 + x22). We don't currently implement those stability improvements.