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

Difference between revisions of "floor"

From Quake Wiki

(New page: float '''floor'''(float ''val'') Returns ''val'', rounded up to the integer below (like the equivalent function in C).)
(No difference)

Revision as of 21:17, 22 February 2008

float floor(float val)

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