An int can store integers approximately +/-2000000000 so a long data type might be suitable but if you want fractional values the double data type gives 15/16 significant digits
1 Like
An int can store integers approximately +/-2000000000 so a long data type might be suitable but if you want fractional values the double data type gives 15/16 significant digits