BigIntPrime extension
- on
Methods
- 
  isPrime({int millerRabinReps = 20}) → bool 
- 
      Available on BigInt, provided by the BigIntPrime extension 
- 
  probablyPrimeMillerRabin(int reps, {bool force2 = true}) → bool 
- 
      Available on BigInt, provided by the BigIntPrime extension 
Static Properties
- smallPrimesProduct → BigInt
- 
      Available on BigInt, provided by the BigIntPrime extension final
Constants
- 
    smallPrimes
  → const List<int>