Tagged Questions
3
votes
2answers
309 views
Fast Trial Division
I'm going to write a custom Trial Division primality test. I know that PrimeQ will first try trial division and then switches to ...
5
votes
2answers
229 views
Fast Karatsuba Squaring, how to?
I want to improve timing of squaring for big numbers.
So I asked What is the fastest way to split a number into parts and What is the most efficient way to add zeros to end of a number with several ...