How the heck does Ruby do this? Does Jörg or anyone else know what\'s happening behind the scenes?
Unfortunately I don\'t know C very well so bignum.c is of little
It uses the Bignum class
irb(main):001:0> (999**999).class => Bignum
Rdoc is available of course