#define M_PI_4 if not already
-Yosh
This commit is contained in:
@ -42,6 +42,9 @@
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif /* M_PI */
|
||||
#ifndef M_PI_4
|
||||
#define M_PI_4 0.78539816339744830962
|
||||
#endif /* M_PI_4 */
|
||||
|
||||
/* local structures */
|
||||
|
||||
|
||||
@ -42,6 +42,9 @@
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif /* M_PI */
|
||||
#ifndef M_PI_4
|
||||
#define M_PI_4 0.78539816339744830962
|
||||
#endif /* M_PI_4 */
|
||||
|
||||
/* local structures */
|
||||
|
||||
|
||||
@ -42,6 +42,9 @@
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif /* M_PI */
|
||||
#ifndef M_PI_4
|
||||
#define M_PI_4 0.78539816339744830962
|
||||
#endif /* M_PI_4 */
|
||||
|
||||
/* local structures */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user