Difference between revisions of "Talk:Ceil"
Jump to navigation
Jump to search
I don't see the point
imported>TheImperialDragon |
imported>DragoonWraith (I don't see the point) |
||
Line 1: | Line 1: | ||
== | ==Buggy? (A: No)== | ||
seems like this function doesn't like parentheses and expressions that contain other functions. | seems like this function doesn't like parentheses and expressions that contain other functions. | ||
Line 65: | Line 65: | ||
:::This makes ceil and [[floor]] pointless though, because '''set short to expression + 0.99999''' is a one-line ceil and '''set short to expression''' is a one-line floor. | :::This makes ceil and [[floor]] pointless though, because '''set short to expression + 0.99999''' is a one-line ceil and '''set short to expression''' is a one-line floor. | ||
==Point? (A: No)== | |||
Isn't there already a way of rounding a number to the next highest integer? [[User:TheImperialDragon|The Imperial Dragon]] 20:16, 21 August 2006 (EDT) | Isn't there already a way of rounding a number to the next highest integer? [[User:TheImperialDragon|The Imperial Dragon]] 20:16, 21 August 2006 (EDT) | ||
Line 80: | Line 80: | ||
::No, I didn't read the stuff above. Though, I don't really see much use for this function however... As much as I may appreciate the package of functions. [[User:TheImperialDragon|The Imperial Dragon]] 23:32, 21 August 2006 (EDT) | ::No, I didn't read the stuff above. Though, I don't really see much use for this function however... As much as I may appreciate the package of functions. [[User:TheImperialDragon|The Imperial Dragon]] 23:32, 21 August 2006 (EDT) | ||
:::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=2>D</font>ragoon <font face="Oblivion,Daedric Runes" size=2>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 11:29, 23 August 2006 (EDT): To be perfectly honest, I don't really understand the point of ceil and floor to begin with anyway. They're perfectly simple to duplicate quite easily with normal code. |