Highest numbers?

BlitzMax Forums/BlitzMax Programming/Highest numbers?

How much memory can BlitzMax theoretically address? Does it stop at 32-bit addresses?

Also, how many `unique` numbers can be represented by 32-bit and 64-bit floating point numbers?

Hm, I guess this answers my second question:

http://stevehollasch.com/cgindex/coding/ieeefloat.html

How much memory can BlitzMax theoretically address? Does it stop at 32-bit addresses?
For Intel processors - 4GB. For Intel Processors on Windows - roughly 3.2GB. Usually much less.

Also, how many `unique` numbers can be represented by 32-bit and 64-bit floating point numbers?
None.