close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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 danirus

Resolution: fixed
Status: newclosed

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

comment:2 Changed 18 years ago by Víctor de Buen Remiro

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.