summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/cosh/ccoshs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/cosh/ccoshs.c')
-rw-r--r--src/elementaryFunctions/cosh/ccoshs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/elementaryFunctions/cosh/ccoshs.c b/src/elementaryFunctions/cosh/ccoshs.c
index d6dfa47c..bfeac33a 100644
--- a/src/elementaryFunctions/cosh/ccoshs.c
+++ b/src/elementaryFunctions/cosh/ccoshs.c
@@ -5,17 +5,12 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Thu Dec 7 12:04:28 2006 jofret
-** Last update Fri Jan 19 14:56:26 2007 jofret
+** Last update Wed Jan 31 11:14:28 2007 jofret
**
** Copyright INRIA 2006
*/
-#ifndef STDC99
#include "floatComplex.h"
-#else
-#include <complex.h>
-typedef float complex floatComplex;
-#endif
floatComplex ccoshs(floatComplex z) {
/* FIXME: Dummy... */