#498 closed defect (fixed)
Problems with variables asociates to e
Reported by: | César Pérez Álvarez | Owned by: | danirus |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Math | Version: | 1.1.5 |
Severity: | critical | Keywords: | |
Cc: |
Description
If we compile this code
Real n2e =9;
Real a = n2e-1;
Real b = -1+n2e;
We have a error in a and correct evaluation in b.
I think that we have problems with expresions like (a number)e-1 like third sentence i n our parse.
Change History (2)
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
A new release v1.1.5 b.13 2007-07-02 10:28:28 i686-win has been updated to
http://www.tol-project.org/pub/bin/win/tolbase-1.1.5-setup.exe
Thanks to report
Note: See
TracTickets for help on using
tickets.
You are right, it's a problem related with the special treatment the filter does for 'e'. I've just fixed it.
Thanks for your contribution,
Daniel