Function mod

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

    Parameters

    • x: number

      dividend

    • y: number

      divisor

    Returns number

    floor(x % y)

Generated using TypeDoc