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. There is a numerical extension for python. There is a language called UBASIC that is intended for extended precision calculations. I guess what you are really after is a factoring program. Maybe one of these links can help you: Various factoring programs: http://primes.utm.edu/links/programs/large_arithmetic/ Elliptic curve method: http://www.mersenneforum.org/showthread.php?t=4087&page=2 General Number Field Sieve: http://www.math.ttu.edu/~cmonico/software/ggnfs/index.html --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
