lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


We should add a number prefix for dozenals in Lua, with floating point, preferably
Lua is too minimalistic.
We do not even have binary numeric literals in Lua.

 
Example of dozenal notation:
0z0;4 for one third
How should "ten" and "evelen" digits be displayed?
According to Wikipedia article, there are a lot of suggestions (only ASCII7 options are listed here)
T and E
X and Z
A and B
* and #
But there is no common standard among duodecimalphils