Universal v3.100
Universal Numbers Library v3.100
What's New
Changes since v3.99:
- V3.100: blockdigit base class for arbitrary positional integer numbers and algebra (#512)
Installation
Universal is a header-only C++ template library. To use:
find_package(UNIVERSAL CONFIG REQUIRED)
target_link_libraries(your_target universal::universal)
Or simply add include/sw to your include path.
Requirements
- C++20 compatible compiler (GCC 10+, Clang 12+, MSVC 2019+)
- CMake 3.16+
What's Changed
- V3.100: blockdigit base class for arbitrary positional integer numbers and algebra by @Ravenwater in https://github.com/stillwater-sc/universal/pull/512
Full Changelog: https://github.com/stillwater-sc/universal/compare/v3.99...v3.100