Can doubles be used to represent a 64 bit number without loss of precision
- by Kop
I want to use lua (that internally uses only doubles) to represent a integer that can't have rounding errors between 0 and 2^64-1 or terrible things will happen.
Is it possible to do so?