ddcmath.h 415 B

12345678910111213141516
  1. /*==========================================================================
  2. ddcmath.h - Don Cross <dcross@intersrv.com>, October 1994.
  3. Contains useful math stuff.
  4. ==========================================================================*/
  5. #ifndef __ddcmath_h
  6. #define __ddcmath_h
  7. #define DDC_PI (3.14159265358979323846)
  8. #endif /* __ddcmath_h */
  9. /*--- end of file ddcmath.h ---*/