summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
commite864f2e8b7b6ff039f21ec73c6ec81118dbe54a4 (patch)
treeff645a548ab6fc50f2f7ccb7ca6bd8c96c55834b /tests/tsin_cos.c
parent061c2f917ca4fc3b5b6cf760072422c0fd0d2c90 (diff)
downloadmpfr-e864f2e8b7b6ff039f21ec73c6ec81118dbe54a4.tar.gz
Added prototypes for all test files.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@904 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsin_cos.c')
-rw-r--r--tests/tsin_cos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index d9558b0de..70abb07c6 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -23,6 +23,9 @@ MA 02111-1307, USA. */
#include "mpfr.h"
#include "cputime.h"
+void large_test (int, int);
+void check53 (double, double, double, mp_rnd_t);
+
void large_test (int prec, int N)
{
int i, st;