summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/atan/testAtan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/atan/testAtan.h')
-rw-r--r--src/elementaryFunctions/atan/testAtan.h32
1 files changed, 22 insertions, 10 deletions
diff --git a/src/elementaryFunctions/atan/testAtan.h b/src/elementaryFunctions/atan/testAtan.h
index e3ba1569..90b9b1de 100644
--- a/src/elementaryFunctions/atan/testAtan.h
+++ b/src/elementaryFunctions/atan/testAtan.h
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** testAtan.h
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Mar 30 11:22:40 2007 jofret
-** Last update Thu Sep 6 17:13:18 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2007-2008 - INRIA - Bruno JOFRET
+ *
+ * This file must be used under the terms of the CeCILL.
+ * This source file is licensed as described in the file COPYING, which
+ * you should have received as part of this distribution. The terms
+ * are also available at
+ * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ *
+ */
#ifndef _TESTATAN_H_
#define _TESTATAN_H_
@@ -20,8 +20,20 @@
void satansTest(void);
+void satanaTest(void);
+
+void catansTest(void);
+
+void catanaTest(void);
+
void datansTest(void);
+void datanaTest(void);
+
+void zatansTest(void);
+
+void zatanaTest(void);
+
int testAtan(void);
#endif /* !_TESTATAN_H_ */