[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] stdlib release 16 released
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 10 Dec 2010 10:36:14 +0200
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.