Function compare

  • Compare two bigints.

    Parameters

    • x: bigint

      a bigint

    • y: bigint

      another bigint

    Returns number

    x<y: -ve, x=y: 0, x>y: +ve

Generated using TypeDoc