-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
Should be '1.0000'.
I would guess this is related to "a hack" here:
Lines 1519 to 1522 in 9d9029a
| # Hack: if the digits are all 9s, then we will lose one dps when rounding | |
| # up. | |
| if all(dig == stddigits[base-1] for dig in digits[:dps+1]): | |
| dps += 1 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior