exp(3) and exp(1)^3 are displayed as the same thing.

So it is difficult to distinguish them just by looking at OutputForm.

I propose that exp(1)^3 should be displayed with parenthesis around %e.

One approach will be changing
   exp(1)::OUTFORM  from %e to (EXP 1)
   exp(n)::OUTFORM  from (^ %e n) to (EXP n)

And tweaking interp/output.boot accordingly.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/3f306150-21e3-481e-8317-54911fdb17c5%40gmail.com.

Reply via email to