Hello,

I am working on large number theory and i need to work with numbers up to 1.00x10^700 What are my options? From what i understand C++ wont work because it can only deal with numbers: 2.2^-308 to 1.8^308

Thanks!