Home

Awesome

Grisu-Exact11

This is a C++11-compatible implementation of Grisu-Exact (https://github.com/jk-jeon/Grisu-Exact).

To avoid possible name clash, I renamed namespaces and header files by adding 11 at the end. Also, various tests are removed.

The usage of this library is same as that of the original one, except for the above mentioned renamings.

License

This library is licensed under the same terms as the original one (https://github.com/jk-jeon/Grisu-Exact).

More specifically, all code, except for those belong to third-party libraries (code in benchmark/ryu and benchmark_results/shaded_plots), is licensed under either of

except for the file fp_to_chars11.cpp, which is licensed under either of