Open
Description
Let symbolic factor_list()
do integer factorisation if given an integer or fraction.
sage: SR(50).factor_list()
[(50, 1)]
sage: SR(49/100).factor_list()
[(49/100, 1)]
Too much surprise for new users.
Component: symbolics
Author: Ralf Stephan, Vincent Delecroix
Branch/Commit: u/rws/21067 @ a821fb6
Reviewer: Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/21067