Function rem

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

    Parameters

    • x: bigint

      dividend

    • y: bigint

      divisor

    Returns bigint

    trunc(x % y)

Generated using TypeDoc