-
-
Notifications
You must be signed in to change notification settings - Fork 705
Closed
Labels
Description
Steps To Reproduce
sage: (26^2).perfect_power()
(676, 1)
Expected Behavior
Should return(26, 2).
Actual Behavior
Wrong result.
Additional Information
No response
Environment
- OS: Ubuntu 24.04.3 LTS
- Sage Version: 10.7.beta8
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide