Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
math_m_pi.h
blob: 0757a40c1eb1e3fcf413e9bc87606aa02e867fbc [
file
] [
log
] [
blame
]
#include
<math.h>
#ifndef
M_PI
# define M_PI 3.14159265358979323846
#endif
#ifndef
M_PI_2
# define M_PI_2 1.57079632679489661923
#endif
#ifndef
M_PI_4
# define M_PI_4 0.78539816339744830962
#endif