\( (n, t) \) Number Theory
Home
Examples
Directory
PyPi
Github
Primality Tests
Brute Force
is_prime_brute_force(n: int) -> bool
Uses
brute force
to try to find an integer that can divide 'n'.