unicode characters in variable names
Make a webstart version
Request changes to simplification
simplify of certain expressions hangs meditor
compare equals expressions returns false
simplify of 1/(-57/2) expression returns incorrect result
I agree that there should be a canonical representation of algebraic numbers, without having to call simplify. This is the path I am taking with ScAS, see for instance https://meditorworld.appspot.com/scas2/examples/an.txt .
It is fixed in 2.4.13.
At the moment, decimal numbers are represented symbolically in JSCL, they are treated as variables. So, they can't easily undergo arithmetic operations. These would need a symbolic-numeric setting (with polynomials over Double for instance). I am investigating a more rigorous (statically typed) approach with ScAS, that should enable it. But not in JSCL, sorry for that. simplify(x^1) is fixed in 2.4.13.