Mario Kart 64
math.h
Go to the documentation of this file.
1 #ifndef MATH_H
2 #define MATH_H
3 
4 #define M_PI 3.14159265358979323846
5 
6 float sinf(float);
7 double sin(double);
8 float cosf(float);
9 double cos(double);
10 
11 float sqrtf(float);
12 
13 #endif
float cosf(float)
Definition: cosf.c:36
float sinf(float)
Definition: sinf.c:36
float sqrtf(float)
double cos(double)
double sin(double)