summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/atan/testAtan.h
diff options
context:
space:
mode:
authorjofret2008-05-20 07:26:09 +0000
committerjofret2008-05-20 07:26:09 +0000
commit54c5df264795ceb76bba56b03cafe01578452608 (patch)
treec9f57574b0b05c3ee02e153303aaf9f827e19c28 /src/elementaryFunctions/atan/testAtan.h
parentcd9b4f56d9cb58aff3511996dc517196c026863a (diff)
downloadscilab2c-54c5df264795ceb76bba56b03cafe01578452608.tar.gz
scilab2c-54c5df264795ceb76bba56b03cafe01578452608.tar.bz2
scilab2c-54c5df264795ceb76bba56b03cafe01578452608.zip
* Importing Scilab ATAN algorithm
* License update * Tests
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_ */