Difference between revisions of "Short Integer"
Jump to navigation
Jump to search
decimal places ARE rounded, and the precision problem doesn't apply to shorts
imported>DragoonWraith (global shorts are floats) |
imported>JOG (decimal places ARE rounded, and the precision problem doesn't apply to shorts) |
||
Line 2: | Line 2: | ||
The highest bit is the sign, so the variable ranges from -2^15 (-32768) to 2^15-1 (32767) | The highest bit is the sign, so the variable ranges from -2^15 (-32768) to 2^15-1 (32767) | ||
[[Category:Variables]] | [[Category:Variables]] |