Name Date Size #Lines LOC

..--

README.txtH A D25-Dec-2021429 128

d2fixed.cppH A D18-Dec-202324.1 KiB670561

d2s.cppH A D18-Dec-202334.1 KiB784490

f2s.cppH A D18-Dec-202330.5 KiB717451

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