#480 closed defect (fixed)
Wrong behaviour of some logic functions involving unknown values
| Reported by: | imendez | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Math | Version: | 1.1.5 |
| Severity: | major | Keywords: | |
| Cc: |
Description
This code doesn't work fine:
Real a = Log(0);
Real b = Not(a); returns 1 while should be ?
Real c = If(b, 4, -4); returns nothing and sends an error while should be ?
Regards.
Change History (4)
comment:1 Changed 19 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:3 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Problem ahs been solved in Tol versions 1.1.5 and CVS trunk that you can download for windows in
http://www.tol-project.org/pub/bin/win/tolbase-1.1.5-setup.exe
http://www.tol-project.org/pub/bin/win/tolbase-cvstrunk-setup.exe
comment:4 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000480 |
|---|
Added new Tol standard test
http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000480

Thanks to report