\( (n, t) \) Number Theory

Primality Tests

Brute Force

is_prime_brute_force(n: int) -> bool

Uses brute force to try to find an integer that can divide 'n'.