diff options
Diffstat (limited to 'src/elementaryFunctions/acos/testAcos.h')
-rw-r--r-- | src/elementaryFunctions/acos/testAcos.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/elementaryFunctions/acos/testAcos.h b/src/elementaryFunctions/acos/testAcos.h new file mode 100644 index 00000000..3502df85 --- /dev/null +++ b/src/elementaryFunctions/acos/testAcos.h @@ -0,0 +1,40 @@ +/* +** -*- C -*- +** +** testAcos.h +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** Started on Mon Mar 26 16:33:11 2007 jofret +** Last update Fri Apr 20 10:33:19 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#ifndef _TESTACOS_H_ +#define _TESTACOS_H_ + +#include <stdio.h> +#include <assert.h> +#include "acos.h" +#include "constant.h" + + +void sacossTest(void); + +void dacossTest(void); + +void cacossTest(void); + +void zacossTest(void); + +void sacosaTest(void); + +void dacosaTest(void); + +void cacosaTest(void); + +void zacosaTest(void); + +int testAcos(void); + +#endif /* ! _TESTACOS_H_ */ |