#define M_PI_4 if not already

-Yosh
This commit is contained in:
Manish Singh
1998-03-20 03:57:42 +00:00
parent 0a12bb975b
commit 23f486db2a
3 changed files with 9 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */