Difference between revisions of "Talk:Ceil"

Jump to navigation Jump to search
569 bytes added ,  13:18, 21 August 2006
still problems...
imported>JOG
(Duh...)
imported>JOG
(still problems...)
Line 21: Line 21:


:: --[[User:JOG|JOG]] 09:35, 21 August 2006 (EDT): Uhm... Yes of course, forget this ;)
:: --[[User:JOG|JOG]] 09:35, 21 August 2006 (EDT): Uhm... Yes of course, forget this ;)
[[User:JOG|JOG]] 14:18, 21 August 2006 (EDT): No, actually it still doesn't do what I want:
set floatvar to 0.55
set shortvar to ceil 11 * floatvar - 5
returns 1 instead of 2 so it's most likely compiled to ''ceil(11)* floatvar - 5''
set floatvar to 0.55
set shortvar to ceil ( 11 * floatvar - 5 )
won't compile ("Missing parameter float"). This makes the function a bit useless for me, because I don't want to use a second dummy-float, just to set the ceiled variable into a short. I'd rather use:
set floatvar to 0.55
set shortvar to 11 * floatvar - 4.01
Anonymous user

Navigation menu