/usr/include/isajet758/pi.inc is in libisajet758-3-dev 20061220+dfsg3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #ifndef CERNLIB_ISAJET_PI_INC
#define CERNLIB_ISAJET_PI_INC
*
*
* pi.inc
*
DOUBLE PRECISION PI, TWOPI, HALFPI, RADIAN
C
C last significant (correctly rounded) decimal place on VAX:
C |
C V
PARAMETER (PI= 3.1415 92653 58979 32384 6)
PARAMETER (TWOPI= 6.2831 85307 17958 64769 3)
PARAMETER (HALFPI= 1.5707 96326 79489 66192 3)
PARAMETER (RADIAN= 0.0174532 92519 94329 5769237)
#endif
|