racing_game/math.h

8 lines
170 B
C
Raw Permalink Normal View History

2019-05-25 14:24:49 +10:00
#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);