Ticket #275 (closed defect: fixed)
twoDigitFloat bug for 568.80
| Reported by: | pedrobelo@… | Owned by: | cederberg@… |
|---|---|---|---|
| Priority: | normal | Milestone: | MochiKit 1.4 |
| Component: | component1 | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
twoDigitFloat(568.80) returns "568.79". Just tested in the trunk, too.
In case anyone wants to test this, in test/test_Format.js:
t.is( twoDigitFloat(568.80), "568.80", "twoDigitFloat 568.80 correct");
Change History
Note: See
TracTickets for help on using
tickets.
