You can use 64bit floats (double) to store exact integers up to 53 bits.
This works in a lot of languages on non 64bit hardware, php for example.
You can use 64bit floats (double) to store exact integers up to 53 bits.
This works in a lot of languages on non 64bit hardware, php for example.