Opened 13 years ago
Last modified 3 years ago
#313 new defect
(COERCE 3 '(FLOAT * *)) fails
| Reported by: | Robert Dodier | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.2 |
| Component: | other | Version: | 1.2.0-dev |
| Keywords: | coerce, float | Cc: | |
| Parent Tickets: |
Description
(COERCE 3 '(FLOAT * *)) fails with "3 cannot be converted to type (FLOAT * *)".
Similar expressions with other float types, e.g. with DOUBLE-FLOAT, SINGLE-FLOAT, LONG-FLOAT, SHORT-FLOAT, all fail.
Similar expressions with explicit bounds, e.g. (COERCE 3 '(FLOAT -10f0 10f0)) and other float types, all fail.
ABCL version = Armed Bear Common Lisp 1.2.0-dev (built from svn r14454).
Found this while running Maxima test suite. ev(zeta(3 + %i), numer) triggers this error.
Change History (14)
comment:1 Changed 12 years ago by
| Milestone: | → 1.3.0 |
|---|
comment:2 Changed 12 years ago by
| Milestone: | 1.3.0 → 2.0 |
|---|
comment:4 Changed 12 years ago by
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:9 Changed 5 years ago by
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:14 Changed 3 years ago by
| Milestone: | 1.8.1 → 1.9.2 |
|---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed