Implements: std::big_int proposed in P4444.
Status: Under development and not yet ready for production use.
beman.big_int is a minimal C++ library conforming to The Beman Standard.
This can be used as a template for those intending to write Beman libraries.
It may also find use as a minimal and modern C++ project structure.
For the full library documentation please see our GitHub Pages Site.
beman.big_int is dual-licensed under Boost Software License 1.0 and the Apache License v2.0 with LLVM Exceptions.
For build requirements and supported platforms, building, the optional SIMD-accelerated multiplication, installation, CMake integration, and basic usage, see the Build and Usage documentation.
See the Contributing Guidelines.
See the References documentation for the works underpinning the algorithms used in this library.