aboutsummaryrefslogtreecommitdiff
path: root/flatcc/external/grisu3/README.md
blob: 5f5c62e15d2e555d9aa5661e358b1d39c74a0761 (plain)
1
2
3
4
5
6
7
8
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/>