Skip to content

jk-jeon/Grisu-Exact11

Repository files navigation

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

About

C++11-compatible version of Grisu-Exact (https://github.com/jk-jeon/Grisu-Exact)

Resources

License

Apache-2.0, BSL-1.0 licenses found

Licenses found

Apache-2.0
LICENSE-Apache2-LLVM
BSL-1.0
LICENSE-Boost

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages