Closed c42f closed 3 years ago
We now follow the rule: if the type is a non-finite floating point type, and the stream fill has been zero padded, then reset it to ' '.
This prevents zero-padded numbers which turn out to be nan/inf from being oddly formatted with leading zeros.
Should fix #76
Looks good!
We now follow the rule: if the type is a non-finite floating point type, and the stream fill has been zero padded, then reset it to ' '.
This prevents zero-padded numbers which turn out to be nan/inf from being oddly formatted with leading zeros.
Should fix #76