variables - BigInteger in C? -


what easiest way handle huge numbers in c? need store values in area 1000^900...

does know of easy way that? appreciated!

use libgmp:

gmp free library arbitrary precision arithmetic, operating on signed integers, rational numbers, , floating-point numbers. there no practical limit precision except ones implied available memory in machine gmp runs on...

since version 6, gmp distributed under dual licenses, gnu lgpl v3 , gnu gpl v2...

gmp's main target platforms unix-type systems, such gnu/linux, solaris, hp-ux, mac os x/darwin, bsd, aix, etc. known work on windows in both 32-bit , 64-bit mode...


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -