|
|
|
|
|
by disgruntledphd2
2884 days ago
|
|
It converts really large integers to floats, which can lose precision. You need to handle really large numbers as characters, or use bit64. I only really started hitting this in the private sector though, never a problem when I was in academia. |
|