diff options
Diffstat (limited to 'src/elementaryFunctions/acos/cacoss.c')
-rw-r--r-- | src/elementaryFunctions/acos/cacoss.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/elementaryFunctions/acos/cacoss.c b/src/elementaryFunctions/acos/cacoss.c index 480b41e6..61a90bd3 100644 --- a/src/elementaryFunctions/acos/cacoss.c +++ b/src/elementaryFunctions/acos/cacoss.c @@ -5,17 +5,12 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Fri Jan 5 11:29:45 2007 jofret -** Last update Fri Jan 5 11:29:55 2007 jofret +** Last update Wed Jan 31 11:16:14 2007 jofret ** ** Copyright INRIA 2007 */ -#ifndef STDC99 #include "floatComplex.h" -#else -#include <complex.h> -typedef float complex floatComplex; -#endif floatComplex cacoss(floatComplex z) { /* FIXME: Dummy... */ |