From 11da511c784eca003deb90c23570f0873954e0de Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sat, 18 Nov 2023 06:11:09 -0600 Subject: Initial commit. --- ic-reals-6.3/tests/README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ic-reals-6.3/tests/README (limited to 'ic-reals-6.3/tests/README') diff --git a/ic-reals-6.3/tests/README b/ic-reals-6.3/tests/README new file mode 100644 index 0000000..992cead --- /dev/null +++ b/ic-reals-6.3/tests/README @@ -0,0 +1,33 @@ +Oct 22 1999 + +This is a collection of programs which exercise portions of the library. +They should not necessarily been viewed as examples of good programming +style. + +To compile any one of these tests you will need to change the +variable GMPDIR in Makefile. + +In many, though not all cases, the arguments to the functions are as +follows: + +tan_R + +where the first 5 arguments define a real number which is passed to +tan_R and is the number of (binary) digits to be forced and +printed (base 10) from the resulting real. + +The real is the followed by the list of digits coded as a +characteristic pair (where ) is a number of digits followed +by the vector continuation /. The characteristic pair denotes the +number base 2^. + +The argument is as follows: + +0 -> SZERO +1 -> SINF +2 -> SPOS +3 -> SNEG +4 -> SIGN_UNKN + +Lindsay + -- cgit v1.2.3