Is-Prime. O(1) Algorithm to check if number is prime that works in 95%+ cases.
is-prime-100. O(1) Algorithm to check if number is prime that works in 100% cases
is-prime-fast. NPM package for my O(1) algorithm that detects if number is prime.