summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/cosh/ccosha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/cosh/ccosha.c')
-rw-r--r--src/elementaryFunctions/cosh/ccosha.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/elementaryFunctions/cosh/ccosha.c b/src/elementaryFunctions/cosh/ccosha.c
index 7d3f0ba5..7de4fd4d 100644
--- a/src/elementaryFunctions/cosh/ccosha.c
+++ b/src/elementaryFunctions/cosh/ccosha.c
@@ -5,18 +5,12 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Thu Dec 7 14:54:24 2006 jofret
-** Last update Fri Jan 19 14:55:22 2007 jofret
+** Last update Wed Jan 31 11:14:37 2007 jofret
**
** Copyright INRIA 2006
*/
-
-#ifndef STDC99
#include "floatComplex.h"
-#else
-#include <complex.h>
-typedef float complex floatComplex;
-#endif
floatComplex ccoshs(floatComplex);