-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.
Description
Using v3.0.1
> format (Formatter { abbreviations: false, after: 0, before: 3, comma: false, sign: true }) (1.0)
"+001"
> format (Formatter { abbreviations: false, after: 0, before: 3, comma: false, sign: true }) (-1.0)
"00-1"Using 3 leading digits is most illustrative as the effect can be seen whenever there are leading zeros.
With sign false, the result is the same for the -ve number (the positive number correctly has no sign).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.