lua-users home
lua-l archive

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


On Fri, Dec 10, 2010 at 3:41 AM, David Manura <dm.lua@math2.org> wrote:
>  -- test.lua
>  local math = require "math_ext"
>  print(math.floor(math.pi, 2))

I must agree here; in order to reason about programs you have to make
assumptions, and one of them is that math.floor() is the one that came
with the kit ;)

Making things damn obvious up front is the way forward...

steve d.