diff options
Diffstat (limited to 'src/elementaryFunctions/acos/zacoss.c')
-rw-r--r-- | src/elementaryFunctions/acos/zacoss.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/elementaryFunctions/acos/zacoss.c b/src/elementaryFunctions/acos/zacoss.c index 1b197905..8cbc4c60 100644 --- a/src/elementaryFunctions/acos/zacoss.c +++ b/src/elementaryFunctions/acos/zacoss.c @@ -5,19 +5,12 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Fri Jan 5 10:24:38 2007 jofret -** Last update Fri Jan 5 10:25:02 2007 jofret +** Last update Wed Jan 31 11:15:51 2007 jofret ** ** Copyright INRIA 2007 */ - -#ifndef STDC99 #include "doubleComplex.h" -#else -#include <complex.h> -typedef double complex doubleComplex; -#endif - doubleComplex zacoss(doubleComplex z) { /* FIXME: Dummy... */ |