Arbitrary-precision arithmetic Explanation

Posted by TT on Stack Overflow See other posts from Stack Overflow or by TT
Published on 2009-08-02T04:27:05Z Indexed on 2010/05/09 8:08 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

I'm trying to learn C and have come across the inability to work with REALLY big numbers (i.e., 100 digits, 1000 digits, etc.). I am aware that there exist libraries to do this, but I want to attempt to implement it myself.

I just want to know if anyone has or can provide a very detailed, dumbed down explanation of arbitrary-precision arithmetic.

Thanks!

© Stack Overflow or respective owner

Related posts about math

Related posts about c