Function mod

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

    Parameters

    • x: bigint

      dividend

    • y: bigint

      divisor

    Returns bigint

    floor(x % y)

Generated using TypeDoc