gmp-extensions
tiny-bignum-c
gmp-extensions | tiny-bignum-c | |
---|---|---|
1 | 2 | |
1 | 419 | |
- | - | |
2.5 | 0.0 | |
8 months ago | about 2 months ago | |
C++ | C | |
GNU General Public License v3.0 only | The Unlicense |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gmp-extensions
tiny-bignum-c
-
How to calculate large factorial number in C ?
Large? Factorials get very large very quickly. Do you need pointers to a bignum library? https://github.com/kokke/tiny-bignum-c
-
Library for arithmetic operations on integers represented by arrays
tiny-bignum-c looks what you want.... the code is also very small and hackable
What are some alternatives?
Hacktoberfest - Hacktoberfest OPEN FIRST Pull Request 🎉
nim-stint - Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
Programming-Basics - This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
arb - Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
Hacktoberfest2023 - Hacktoberfest OPEN FIRST Pull Request 🎉 [Moved to: https://github.com/ossamamehmood/Hacktoberfest]
arpra - Arpra is a C library for analyzing the propagation of numerical error in arbitrary precision IEEE-754 floating-point computations.
openblack - openblack is an open-source game engine that supports playing Black & White (2001).
LibTomMath - LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
calc - C-style arbitrary precision calculator
gmp-wasm - Fork of the GNU Multiple Precision Arithmetic Library (GMP), suitable for compilation into WebAssembly.
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.