IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2005, 9:26:44 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psConstants.h

    r3990 r4028  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-05-19 23:57:37 $
     8 *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-05-25 19:25:29 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121 *  throw a psError if the CONDITION is true.  However, some throw the error
    2222 *  if the CONDITION is false.  This should be consistant.
     23 *
     24 *  XXX: rename all these with form PS_ASSERT_CONDITION().
    2325 *
    2426 */
     
    4446#define M_2_PI 0.6366197723675813430755350534900574  /* 2/pi */
    4547#endif
     48#define PS_PI   3.1415926535897932384626433832795029  /* pi */
    4649
    4750#define DEG_TO_RAD(DEGREES) ((DEGREES) * M_PI / 180.0)
Note: See TracChangeset for help on using the changeset viewer.