August 22, 2010
Hello,
I am looking for a floor/ceil function in D, is there an equivalent function,
I haven't found any yet.

Thanks.
August 22, 2010
On Sun, 22 Aug 2010 13:49:26 -0500, Blonder <andreas@schniertshauer.de> wrote:

> I am looking for a floor/ceil function in D, is there an equivalent function, I haven't found any yet.

Floor: http://digitalmars.com/d/2.0/phobos/std_math.html#floor
Ceil: http://digitalmars.com/d/2.0/phobos/std_math.html#ceil

-- 
Yao G.