[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Fastest way to determine number is integer in plain Lua
- From: "Alexander Gladysh" <agladysh@...>
- Date: Fri, 7 Nov 2008 13:04:58 +0300
Hi, list!
Is there a plain Lua way to determine that given positive number is
integer faster than doing something like a == math.floor(a)?
Thanks in advance,
Alexander.