/* ** -*- 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_ */