#88 closed defect (fixed)
And with one argument
| Reported by: | jlaybar | Owned by: | manuelb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Math | Version: | head |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Real x1 = And( 3) is equal to 3 instead of 1
Change History (4)
comment:1 Changed 21 years ago by
| Owner: | changed from danirus to manuelb |
|---|
comment:2 Changed 21 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The problem was that when entering just one argument, And's first value was the
argument itself, instead of calculating the neccessary logic value.
There is a fix in the cvs at this time.
comment:4 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000088 |
|---|
Note: See
TracTickets for help on using
tickets.

I will take care of this, Dani!