summaryrefslogtreecommitdiffstats
path: root/60xx/libsensors_iio/software/core/mpl/inv_math.h
blob: 6620bbfe10b26c8ee292ac3b869fa096226efa0a (plain)
1
2
3
4
5
6
7
8
/* math.h has many functions and defines that are not consistent across 
* platforms. This address that */

#ifdef _WINDOWS
#define _USE_MATH_DEFINES
#endif

#include <math.h>