Max Alekseyev on Thu, 03 Oct 2024 19:45:46 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

is there a way to globally rely on ispseudoprime() for primality testing?


Hello,

It looks like isprimepower() relies on isprime() - is there a way to make it use ispseudoprime() instead?
In general, I'd like to have a global option that will use ispseudoprime() instead of isprime() everywhere where primality testing is needed. Is there such a thing?

Thanks,
Max