-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct IEEE 754 float decimal precision
In order to be able to preserve float values correctly in the JSON we need to serialize them with the correct precision. FLT_DECIMAL_DIG (introduced in C11) is "the decimal precision required to serialize/deserialize a floating point value".
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters