C library implementing disk-based multi-precision arithmetic for gigantic numbers too large to be fit in system memory
-
Updated
Feb 20, 2022 - C++
C library implementing disk-based multi-precision arithmetic for gigantic numbers too large to be fit in system memory
Solves diophantine equations of the form Ax² + Bxy + Cy² +Dx + Ey +F = 0
C++23 arbitrary-precision numeric types (BigInteger/BigDecimal/BigFloat/BigRational/BigModular/BigMatrix) built on GMP.
Small C++23 math library with custom uint128/int128, uint256/int256 and a fixed-point Numeric128<P,S>, Numeric256<P,S> type plus a big decimal Numeric, focused on predictable parsing/formatting and no external dependencies.
🔢 Simplify number handling in C++ with unumber, a lightweight library for accurate and efficient arithmetic operations.
A C++ library for big integers and dynamic precision floating-point
Add a description, image, and links to the multi-precision topic page so that developers can more easily learn about it.
To associate your repository with the multi-precision topic, visit your repo's landing page and select "manage topics."