/* ** -*- C -*- ** ** testSqrt.h ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Fri Mar 30 12:01:28 2007 jofret ** Last update Fri Apr 20 10:52:56 2007 jofret ** ** Copyright INRIA 2007 */ #ifndef _TESTSQRT_H_ #define _TESTSQRT_H_ #include <stdio.h> #include <assert.h> #include "sqrt.h" #include "constant.h" void ssqrtsTest(void); void dsqrtsTest(void); int testSqrt(void); #endif /* !_TESTSQRT_H_ */