toaruos/include/math.h
2018-02-25 17:43:31 +09:00

7 lines
101 B
C

#define M_PI 3.1415926
extern double floor(double x);
extern int abs(int j);
double exp(double x);