]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/c/rpsipg.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rpsipg.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:00 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if defined(CERNLIB_DOUBLE)
11 FUNCTION RPSIPG(X,K)
12#include "gen/def64.inc"
13 + D,DPSIPG
14
15 SROUND(D)=D+(D-SNGL(D))
16 RPSIPG=SROUND(DPSIPG(DBLE(X),K))
17 RETURN
18
19 ENTRY ADIGAM(X)
20 ADIGAM=SROUND(DPSIPG(DBLE(X),0))
21 END
22#endif