Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/isajet/pi.inc is written in an unsupported language. File is not indexed.

0001 #ifndef CERNLIB_ISAJET_PI_INC
0002 #define CERNLIB_ISAJET_PI_INC
0003 *
0004 *
0005 * pi.inc
0006 *
0007         DOUBLE PRECISION PI, TWOPI, HALFPI, RADIAN
0008 C
0009 C last significant (correctly rounded) decimal place on VAX:
0010 C                                                |
0011 C                                                V
0012         PARAMETER (PI=        3.1415 92653 58979 32384 6)
0013         PARAMETER (TWOPI=     6.2831 85307 17958 64769 3)
0014         PARAMETER (HALFPI=    1.5707 96326 79489 66192 3)
0015         PARAMETER (RADIAN= 0.0174532 92519 94329 5769237)
0016 
0017 #endif