-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Describe the bug
The rationalize function is experiencing significant performance issues, causing noticeable slowness. In some cases, this slowness leads to the browser crashing.
To Reproduce
I encountered this issue with a different example, but I found a similar problem in the documentation with the following equation:
math.rationalize('x/(1-x)/(x-2)/(x-3)/(x-4) + 2x/ ( (1-2x)/(2-3x) )/ ((3-4x)/(4-5x) )')
Reactions are currently unavailable