Hacker News new | ask | show | jobs
by dottrap 4390 days ago
Lua already has native floating support (by default). The number type is double by default.

Lua 5.3 (work 2 already available) introduces integer subtypes so now you can have both floating point and integers.