Michael Cheers

Results 4 issues of Michael Cheers

For example, could I register make the variable `v0` as `v{0}` to make my LaTeX prettier?

Review the following code examples: ```javascript nerdamer('sqrt(2)').simplify().toString() -> 'sqrt(2)' nerdamer('sqrt(a)/a').simplify().toString() -> 'a^(-1/2)' nerdamer('sqrt(2*a)/a').simplify().toString() -> 'a^(-1)*sqrt(2)*sqrt(a)' // should be sqrt(2/a) nerdamer.simplify('sqrt(2)').toString() -> '131836323/93222358' nerdamer.simplify('sqrt(a)/a').toString() -> 'sqrt(a)^(-1)' nerdamer.simplify('sqrt(2*a)/a').toString() -> 'sqrt((131836323/93222358)*a)^(-1)' // this...

Try the following code: ```javascript nerdamer('y=(1/2)*a*b^2*c^(-2)').solveFor('y') ``` Even though the answer is easy for anyone to see, it still somehow gets Nerdamer stuck in an infinite loop.

### System info - Playwright Version: 1.33.0 - Operating System: Windows 11 - Browser: Chromium - Other info: ### Source code - [X] I provided exact source code that allows...

triaging