Printing negative exponents in laurent polynomials #2384
JohnAAbbott
started this conversation in
General
Replies: 2 comments 6 replies
-
|
I disagree that this should be changed. Is this hard to read? In my opinion parentheses add too much useless noise. Can you elaborate about the small typo being misinterpreted? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Strictly a different issue: shouldn't the constructor be called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently negative exponents are printed without brackets: _e.g.
2*x^-3.I would prefer negative exponent to be printed in brackets: e.g.
2*x^(-3)My reasons: it is easier to read, and less risk of a small typo being misinterpreted: e.g
2*x^2-3Beta Was this translation helpful? Give feedback.
All reactions