summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/asin/zasina.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/asin/zasina.c')
-rw-r--r--src/elementaryFunctions/asin/zasina.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/elementaryFunctions/asin/zasina.c b/src/elementaryFunctions/asin/zasina.c
index c9e13f2d..b3dc3603 100644
--- a/src/elementaryFunctions/asin/zasina.c
+++ b/src/elementaryFunctions/asin/zasina.c
@@ -5,17 +5,12 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Fri Jan 5 10:25:14 2007 jofret
-** Last update Fri Jan 5 16:23:01 2007 jofret
+** Last update Wed Jan 31 11:15:10 2007 jofret
**
** Copyright INRIA 2007
*/
-#ifndef STDC99
#include "doubleComplex.h"
-#else
-#include <complex.h>
-typedef double complex doubleComplex;
-#endif
doubleComplex zasins(doubleComplex);