Computer Science Canada Long integers |
Author: | AsianNinja [ Sat Jul 12, 2014 4:06 pm ] | ||
Post subject: | Long integers | ||
What is it you are trying to achieve? long integers What is the problem you are having? i cant store my number into the variable Describe what you have tried to solve this problem dividing the integer to smaller numbers, didnt work Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Please specify what version of Turing you are using <Answer Here> |
Author: | Nathan4102 [ Sat Jul 12, 2014 6:25 pm ] |
Post subject: | RE:Long integers |
Can you give a code example? Integers hold a max value of roughly 2.1 billion. There are ways to store bigger numbers, but depending on your need there may be a better way to do this. |