Charles Greathouse on Wed, 24 Sep 2014 16:04:13 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: ispseudoprimepower() |
On 2014-09-09 21:33, Jeroen Demeyer wrote:
Sage currently has such a function but implemented not as efficiently asIn attachment a patch implementing the libpari function ispseudoprimepower(). If you think this patch is a good idea, I can add the corresponding GP function and documentation.
isprimepower(). You can imagine such a function being used to implement
the construction of finite fields (In Sage, the constructor takes the
order q as parameter)
I could easily implement this in PARI if you want...