Function isPrime

  • Check if bigint is prime.

    Parameters

    • x: bigint

      a bigint

    Returns boolean

    is divisible by 1n and itself only?

Generated using TypeDoc