1 2 3 4 5 6 7 8 9 10
#include <libultra/types.h> #include "math.h" #ifdef COMPILER_GCC #include "src/libultra/gcc_fix/sqrtf.c.inc" #endif f32 guSqrtf(f32 value) { return sqrtf(value); }