summaryrefslogtreecommitdiff
path: root/src/test/testCosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testCosh.h')
-rw-r--r--src/test/testCosh.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/test/testCosh.h b/src/test/testCosh.h
new file mode 100644
index 00000000..e34964c4
--- /dev/null
+++ b/src/test/testCosh.h
@@ -0,0 +1,27 @@
+/*
+** -*- C -*-
+**
+** testCosh.h
+** Made by Bruno JOFRET <bruno.jofret@inria.fr>
+**
+** Started on Fri Mar 30 11:35:55 2007 jofret
+** Last update Fri Mar 30 12:07:33 2007 jofret
+**
+** Copyright INRIA 2007
+*/
+
+#ifndef _TESTCOSH_H_
+#define _TESTCOSH_H_
+
+#include <stdio.h>
+#include <assert.h>
+#include "cosh.h"
+#include "constant.h"
+
+void scoshsTest(void);
+
+void dcoshsTest(void);
+
+int testCosh(void);
+
+#endif /*! _TESTCOSH_H_ */