You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can be implemented in terms of Flint's fmpz_root function which returns an int if the root is exact.
wbhart
changed the title
Implement ispower and ispower_with_root for fmpz
Implement ispower and ispower_with_root for fmpz (will require flint-2.9)
Aug 9, 2021
We have is_power, is_prime_power, is_prime_power_with_data, is_perfect_power, is_perfect_power_with_data all native for ZZRingElem. I believe that resolve the issue.
These are still not implemented as per #862 though all the other functions in the table there are now implemented for integer types.
The text was updated successfully, but these errors were encountered: