digitalmars.D.learn - floor, ceil equivalent
- Blonder <andreas schniertshauer.de> Aug 22 2010
- "Yao G." <nospamyao gmail.com> Aug 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.
Aug 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.
Aug 22 2010








"Yao G." <nospamyao gmail.com>