Function rem

  • Find the remainder of x/y with sign of x (truncated division). 📘

    Parameters

    • x: number

      dividend

    • y: number

      divisor

    Returns number

    trunc(x % y)

Generated using TypeDoc