NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Namespaces | |
namespace | nw4r::math |
Math library. | |
Functions | |
float | nw4r::math::FrSqrt (float x) |
Computes the inverse square root of the given value. | |
float | nw4r::math::FSqrt (float x) |
Computes the square root of the given value. | |