Opened 12 years ago
Last modified 21 months ago
#314 new defect
CL:FORMAT problems with ~F
Reported by: | Mark Evenson | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.2 |
Component: | interpreter | Version: | 1.2.0-dev |
Keywords: | ansi-conformance | Cc: | |
Parent Tickets: |
Description
> (format t "~,2f" 0.999) 1.0 ;; should be 1.00
I think there is a problem here as well:
> (format t "~5f" 0.00000001) .0000 ;; should print " 0.0"
Change History (15)
comment:1 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:2 Changed 11 years ago by
Milestone: | 1.3.0 → 2.0 |
---|
comment:4 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:10 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:15 Changed 21 months ago by
Milestone: | 1.8.1 → 1.9.2 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed