jax-js
    Preparing search index...

    Function hypot

    • 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.

      Parameters

      Returns Array

    Properties

    dispose: () => void