From a6e5fe5da63ed2dd8db74504075abacd2d557754 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 11 Sep 2007 16:02:09 +0000 Subject: End of prototyping all elementary functions. Just need some code (wait for an internship). --- src/elementaryFunctions/atan/testAtan.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/elementaryFunctions/atan/testAtan.h (limited to 'src/elementaryFunctions/atan/testAtan.h') diff --git a/src/elementaryFunctions/atan/testAtan.h b/src/elementaryFunctions/atan/testAtan.h new file mode 100644 index 00000000..e3ba1569 --- /dev/null +++ b/src/elementaryFunctions/atan/testAtan.h @@ -0,0 +1,27 @@ +/* +** -*- C -*- +** +** testAtan.h +** Made by Bruno JOFRET +** +** Started on Fri Mar 30 11:22:40 2007 jofret +** Last update Thu Sep 6 17:13:18 2007 bruno +** +** Copyright INRIA 2007 +*/ + +#ifndef _TESTATAN_H_ +#define _TESTATAN_H_ + +#include +#include +#include "atan.h" +#include "constant.h" + +void satansTest(void); + +void datansTest(void); + +int testAtan(void); + +#endif /* !_TESTATAN_H_ */ -- cgit