NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
arithmetic.hpp File Reference

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.
 
float nw4r::math::FInv (register float n)
 Computes 1 / n efficiently with fres + 1 Newton iteration.