multiprecision
High-range number library
A C++ library that provides high-range and precision number types with interoperability capabilities
Boost.Multiprecision
198 stars
19 watching
112 forks
Language: C++
last commit: 7 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/compute | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,562 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
boostorg/hana | A standard library for metaprogramming in C++ | 1,697 |
boostorg/mp11 | A C++11 metaprogramming library enabling advanced template-based programming | 243 |
bluescarni/mppp | A high-performance C++ library for arbitrary-precision arithmetic and special functions | 306 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
boostorg/lockfree | A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 125 |
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
boostorg/safe_numerics | Replaces standard numeric types with exception-throwing versions to prevent undefined behavior due to integer overflow | 210 |
boostorg/qvm | A C++ library providing functions and classes for working with quaternions, vectors, and matrices in 2D, 3D, and 4D spaces. | 85 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
boostorg/interprocess | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
tcbrindle/nanorange | An implementation of the C++20 Ranges proposals in a single header library | 358 |