Some questions about Luau numbers as I’m trying to do some UTF-8 conversion trickery.
Questions:
- How many bytes are in Luau numbers?
- What format do they use? (bits)
Thanks!
Some questions about Luau numbers as I’m trying to do some UTF-8 conversion trickery.
Questions:
Thanks!
Floating-point numbers in types like Vector3 are stored in IEEE 754 single-precision binary format (binary32), using only 4 bytes for numbers.