]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/rgam.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rgam.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:01:59  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10       COMPLEX FUNCTION RGAM(Z,A,B)
11
12       COMPLEX Z,A,B,CLOGAM
13
14       RGAM=EXP(CLOGAM(Z+A)-CLOGAM(Z+B))
15       RETURN
16       END