toaruos/include/math.h

7 lines
101 B
C
Raw Normal View History

2018-02-25 08:13:54 +03:00
#define M_PI 3.1415926
extern double floor(double x);
extern int abs(int j);
double exp(double x);
2018-02-25 11:43:31 +03:00