jax-js
    Preparing search index...
    • Return the normalized sinc function.

      The sinc function is defined as sin(πx) / (πx) for x != 0, and 1 for x = 0. This is the normalized sinc function commonly used in signal processing.

      Note: JVP is not supported at x=0 due to discontinuous derivative. This requires a custom JVP rule to handle properly (see JAX implementation).

      Parameters

      Returns Array

    Properties

    dispose: () => void