So I wanted to save a large number as a variable, lets say the number is 123412341234.
The variable saves just fine, but when i multiply it by 2, the number becomes
2.46825e+12 instead of 246824682468
But I really need the number to be on the latter form, for precision reasons.
Is there a way to prevent this from happening?