LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
-
Updated
Nov 14, 2019 - 1 commits commit
- 27 contributors
- C
LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
Multi-term extended precision floating point arithmetic library
A high-performance, arbitrary-precision, floating-point decimal library.
Julia wrapper of the MPFI multi-precision interval library
Small portable multiple-precision unsigned integer arithmetic in C
Solves diophantine equations of the form Ax² + Bxy + Cy² +Dx + Ey +F = 0
長野高専の3J「アルゴリズムとデータ構造」後期の多倍長演算プログラム
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."
Seen with @arnetheduck.
for uint128, stint properly generates add + adc (see status-im/nim-stint#10)
But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29
Important for WASM codesize optimization.