Parsing error?
Parsing error?
Hi, I just noticed something you might want to look into.
If you try something like this (rather primitive) calculation:
=E28*E9*10^3*E11*E14*10^-6
You will see that the last exponent is incorrectly identified, and separated from the base, and thus require a set of brackets to render correctly.
21 Feb 10, 11:48AM
This bug has now been fixed.
Thanks for the reporting it. Your equation now looks like this:
<img src="http://codecogs.izyba.com/excel.latex?=E28*E9*10^3*E11*E14*10^-6"/>
Login