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

Difference between revisions of "fabs"

From Quake Wiki

(New page: float '''fabs'''(float ''val'') Returns absolute value of ''val'' (like the equivalent function in C).)
 
m (Spirit moved page Fabs to fabs: lowercase)
(No difference)

Revision as of 17:03, 28 March 2013

float fabs(float val)

Returns absolute value of val (like the equivalent function in C).