/* ** -*- C -*- ** ** testAtanh.h ** Made by Bruno JOFRET ** ** Started on Fri Mar 30 11:22:40 2007 jofret ** Last update Thu Sep 6 17:15:05 2007 bruno ** ** Copyright INRIA 2007 */ #ifndef _TESTATANH_H_ #define _TESTATANH_H_ #include #include #include "atanh.h" #include "constant.h" void satanhsTest(void); void datanhsTest(void); int testAtanh(void); #endif /* !_TESTATANH_H_ */