forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask
Description
The motivation for switching from decimal to exponential notation beyond a certain value (and breaking the standard's requirements) is the need to avoid overflowing the buffers. Therefore, the limit/threshold value should be stated in terms of buffer space, or in other words - decimal digits, each of which take up a character in the buffer.
So, let's switch to a number of digits.
Metadata
Metadata
Assignees
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask