]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/mathlib/gen/c/atani.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / atani.F
diff --git a/MINICERN/mathlib/gen/c/atani.F b/MINICERN/mathlib/gen/c/atani.F
deleted file mode 100644 (file)
index d685039..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/04/01 15:02:03  mclareni
-* Mathlib gen
-*
-*
-#include "gen/pilot.h"
-#if defined(CERNLIB_DOUBLE)
-      FUNCTION ATANI(X)
-#include "gen/def64.inc"
-     +    DATANI,D
-
-      SROUND(D)=D+(D-SNGL(D))
-      ATANI=SROUND(DATANI(DBLE(X)))
-      RETURN
-      END
-#endif