11-25-2022, 09:50 PM
(11-25-2022, 09:05 PM)Kernelpanic Wrote: Can precision play a role with integer numbers? That's only interesting for floating point numbers, isn't it?"Precision" is just another way of saying bit-width, such as 64-bit having the greatest "precision" you could have out of a whole number in QB64. It seems to be clouded by "SINGLE", "DOUBLE" and "_FLOAT" but the source is the same, how it's interpreted is vastly different from integer. It comes from the size of registers of the CPU.