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).)
(No difference)

Revision as of 21:19, 22 February 2008

float fabs(float val)

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