Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | H A D | 25-Dec-2021 | 429 | 12 | 8 | |
d2fixed.cpp | H A D | 18-Dec-2023 | 24.1 KiB | 670 | 561 | |
d2s.cpp | H A D | 18-Dec-2023 | 34.1 KiB | 784 | 490 | |
f2s.cpp | H A D | 18-Dec-2023 | 30.5 KiB | 717 | 451 |
README.txt
1The code in this directory is based on Ulf Adams's work. The upstream for the 2code is: 3 4https://github.com/ulfjack/ryu/tree/59661c3/ryu 5 6The code has been adapted by Stephan T. Lavavej of Microsoft for usage in 7std::to_chars. This code has been contributed by Microsoft for inclusion in 8libc++. 9 10The code in this directory has a different coding style than other parts to 11minimize the number of changes by both upstream sources. 12