Skip to content

Use a number of digits instead of an arbitrary threshold #19

@eyalroz

Description

@eyalroz

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 branchtask

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions