Difference between revisions of "number"

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Numbers in Lua are used to represent both integer and floating point values. See [http://www.lua.org/pil/2.3.html Programming in Lua].
+
From the Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]:
[[Category:Data Types]][[Category:Lua]]
+
 
 +
Number represents real (double-precision floating-point) numbers.
 +
 
 +
[[Category:Lua]]
 +
== Other Languages ==
 +
{{i18n|number}}

Latest revision as of 23:06, 5 February 2012

From the Lua 5.1 reference manual §2.2:

Number represents real (double-precision floating-point) numbers.

Other Languages