Infinite loop when simplifying
Author: khanybabaCreated Sep 8, 2026Updated Sep 8, 2026
Describe the bug attempting to simplify certain valid math expressions causes mathjs to enter an infinite loop
To Reproduce
run simplify("(1/(x*(y-1)))^(1/(y-1))") in mathjs demo
Source: josdejong/mathjs