biginteger topic
gnark-crypto
gnark-crypto provides elliptic curve and pairing-based cryptography on BN, BLS12, BLS24 and BW6 curves. It also provides various algorithms (algebra, crypto) of particular interest to zero knowledge p...
BigNumber
C++ class for creating and computing arbitrary-length integers
kotlin-multiplatform-bignum
A Kotlin multiplatform library for arbitrary precision arithmetics
break_infinity.js
A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
math
Arbitrary-precision arithmetic library for PHP
JCMathLib
Implementation of mathematical operations with big numbers and elliptic curve points for smart cards with JavaCard platform.
nim-stint
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
VBCorLib
The VBCorLib framework brings many of the powerful .NET classes to VB6.
Fermat
A library providing math and statistics operations for numbers of arbitrary size.
break_eternity.js
A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.