diff options
Diffstat (limited to 'src/elementaryFunctions/asin/zasins.c')
-rw-r--r-- | src/elementaryFunctions/asin/zasins.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/elementaryFunctions/asin/zasins.c b/src/elementaryFunctions/asin/zasins.c index 9ffed91f..30bf7a9f 100644 --- a/src/elementaryFunctions/asin/zasins.c +++ b/src/elementaryFunctions/asin/zasins.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 16:22:49 2007 jofret +** Last update Wed Jan 31 11:15:02 2007 jofret ** ** Copyright INRIA 2007 */ - -#ifndef STDC99 #include "doubleComplex.h" -#else -#include <complex.h> -typedef double complex doubleComplex; -#endif - doubleComplex zasins(doubleComplex z) { /* FIXME: Dummy... */ |