racing_game/math.h

8 lines
170 B
C

#define PI 3.141592653589793
void zero_out_bytes(char *data, int size);
double positive(double n);
double squared(double n);
float squaref(float n);
int squarei(int n);