Mario Kart 64
math.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define M_PI   3.14159265358979323846
 

Functions

float sinf (float)
 
double sin (double)
 
float cosf (float)
 
double cos (double)
 
float sqrtf (float)
 

Macro Definition Documentation

◆ M_PI

#define M_PI   3.14159265358979323846

Function Documentation

◆ cos()

double cos ( double  )

◆ cosf()

float cosf ( float  x)
Here is the caller graph for this function:

◆ sin()

double sin ( double  )

◆ sinf()

float sinf ( float  x)
Here is the caller graph for this function:

◆ sqrtf()

float sqrtf ( float  )