NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Functions | |
double | fmod (double x, double denom) |
Returns the floating-point remainder of x/denom (rounded towards zero). | |
double | fabs (double x) |
Returns the absolute value of x. | |
float | fabsf (float x) |
Returns the absolute value of x. | |