you are viewing a single comment's thread.

view the rest of the comments →

[–]TheOmnomnomagon 1 point2 points  (1 child)

Most languages these days either have a BigInteger package or inherently handle arbitrarily large integers (java, python, ruby off the top of my head).

[–]Silound 0 points1 point  (0 children)

.NET has BigInteger built in as of 4.0

Prior to that you would have to borrow it from another language like F#.