blob: ae46ef81f987b2079b22c19cff5511d0fad0a77a [file] [log] [blame]
/*==========================================================================
ddcmath.h - Don Cross <dcross@intersrv.com>, October 1994.
Contains useful math stuff.
==========================================================================*/
#ifndef __ddcmath_h
#define __ddcmath_h
#define DDC_PI (3.14159265358979323846)
#endif /* __ddcmath_h */
/*--- end of file ddcmath.h ---*/