SSBM Decomp
Loading...
Searching...
No Matches
cmath.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CMATH_H_
2#define _DOLPHIN_CMATH_H_
3
4f32 powf(f32 x, f32 y);
6
7#endif // _DOLPHIN_CMATH_H_
f32 tanf(f32)
Definition trigf.c:125
f32 powf(f32 x, f32 y)
Definition lb_00CE.c:63
float f32
Definition types.h:13