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).)
 
m (Spirit moved page Floor to floor: lowercase)
(No difference)

Revision as of 17:03, 28 March 2013

float floor(float val)

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