A lot of the calculations and representations of numbers in Plaquette are in the [0, 1] range. Since floats only have 24 bits of precision, it could be much more efficient to represent many of the calculations using integer-calculation with 24 bits (or even 32 bits for even more precision).
A lot of the calculations and representations of numbers in Plaquette are in the [0, 1] range. Since floats only have 24 bits of precision, it could be much more efficient to represent many of the calculations using integer-calculation with 24 bits (or even 32 bits for even more precision).