Float


Type Float

See also Number


Overview

A floating point number. Under the hood it is the Number type, the difference is only semantic.

local n1 = 0.5
local n2 = math.pi
local n3 = 5.12e-4