Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a pre-test in Number
is_squarefree(n)
for relatively large …
…`n`. This helps when `n` has a small (<10^6) square divisor. Example: say is_squarefree((381**59 - 1)/(381-1)) # takes less than 1ms
- Loading branch information