I need to make a code that handels enormous natural numbers. Is there a variable type I can use? "long" isn't big enough.
Printable View
I need to make a code that handels enormous natural numbers. Is there a variable type I can use? "long" isn't big enough.
No variables. There are classes. See the classes with names starting with "Big".