user923005 wrote: > On Nov 27, 8:59 am, habibo <[email protected]> wrote: > >> hi there i wonder if any one can tell me is there any programming >> languge by wich we can divide 130 digit integer thank you very much in >> > > I guess that nearly every programming language can do it. > Very few will be able to do it without using a library or add-on tool. >
Ruby supports big numbers automatically out of the box, see: http://www.ruby-doc.org/docs/ProgrammingRuby/html/ref_c_bignum.html However, I suspect it will be quite slow. - Steven. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
