Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "ceil"

From Quake Wiki

(New page: float '''ceil'''(float ''val'') Returns ''val'', rounded up to the integer above (like the equivalent function in C).)
 
m (Move page script moved page Ceil to ceil: Fixing the case)
(No difference)

Revision as of 16:21, 29 March 2013

float ceil(float val)

Returns val, rounded up to the integer above (like the equivalent function in C).