You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, true. At the moment there's no support for absolute values, but that could be added with the symbolic function framework. If you want to have a crack at fixing this, feel free to submit a pull request.
There is a Problem with the squareroot of a variable:
The squareroot of a quadratic variable is the absolute value of the variable:
False: CQ("(x2)(1/2)").toString() = "x"
Correct: CQ("(x2)(1/2)").toString() = "|x|"
Maybe you can fix that.
Thank You!
The text was updated successfully, but these errors were encountered: