- Define M_PI_4 too.

svn path=/trunk/; revision=50565
This commit is contained in:
Aleksey Bragin 2011-01-29 19:00:15 +00:00
parent dc0e8ba402
commit e7d3f44f6f

View file

@ -147,6 +147,9 @@ struct statfs;
#define M_PI_2 1.570796326794896619
#endif
#ifndef M_PI_4
#define M_PI_4 0.785398163397448309616
#endif
/* Constructor functions */