diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 02:03:33 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 02:03:33 +0200 |
commit | b31e4bc16d1df62b50c6f77a77041f9e7b6c906d (patch) | |
tree | 024c74c13d918aa6bde302aab6836fa33607613c /flatcc/external/grisu3/README.md | |
parent | ba6815ef8fb8ae472412b5af2837a7caba2799c2 (diff) | |
parent | 5a40295c4cf0af5ea8da9ced04a4ce7d3621a080 (diff) |
Merge commit '5a40295c4cf0af5ea8da9ced04a4ce7d3621a080' as 'flatcc'
Diffstat (limited to 'flatcc/external/grisu3/README.md')
-rw-r--r-- | flatcc/external/grisu3/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flatcc/external/grisu3/README.md b/flatcc/external/grisu3/README.md new file mode 100644 index 0000000..5f5c62e --- /dev/null +++ b/flatcc/external/grisu3/README.md @@ -0,0 +1,9 @@ +Implements the grisu3 floating point printing and parsing algorithm +based on earlier work: + +- <http://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf> +- <https://github.com/google/double-conversion> +- <https://github.com/juj/MathGeoLib/blob/master/src/Math/grisu3.c> +- <http://www.exploringbinary.com/quick-and-dirty-floating-point-to-decimal-conversion/> + + |