summaryrefslogtreecommitdiff
path: root/tests/sin.dat
Commit message (Collapse)AuthorAgeFilesLines
* license change:enge2011-08-291-13/+11
| | | | | | | | | | | | LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@891 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* changed test files for default MPFR exponent rangezimmerma2010-06-281-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@798 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* partial fix for problems with huge exponents reported by Chris Saunderszimmerma2010-06-281-1/+4
| | | | | | | | | (http://lists.gforge.inria.fr/pipermail/mpc-discuss/2010-June/000750.html) More work is needed for tan (detect when Im(result) is very near -1 or 1) and tanh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@795 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/sin.dat: replaced ? by expected ternary flags.thevenyp2008-12-091-48/+48
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@396 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/read_data.c: now read and optionally check inexact flag.thevenyp2008-12-051-104/+110
| | | | | | | tests/*.dat: add two columns for ternary value. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@383 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* newline at the end of the files, to help diagnostic anenge2008-11-201-0/+1
| | | | | | | erroneous read beyond EOF git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@345 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* for the time being, returned to previous version of sin.datenge2008-10-051-12/+12
| | | | | | | | without sign checking where C99 does not specify them All tests pass. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@251 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/sin.dat: Add signs for zeros and infinities chosen for the current mpc ↵thevenyp2008-10-031-12/+12
| | | | | | implementation when the ISO C99 standard left them to implementation. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@234 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/sin.dat: Add copyright notice.thevenyp2008-10-021-1/+21
| | | | | | | Note that data order has been changed between r220 and r222, from now on it will follow the parameter order in function prototype. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@223 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* read_data.c read_data_cc.c: rename read_data since it depends on function ↵thevenyp2008-10-021-0/+135
prototype, fix a bug (sign must always be checked with real non-zero values), add comment with usage explanations. Makefile.am: change filenames. sin sin.dat: add suffix in filename. tsin.c: change data filename. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@222 211d60ee-9f03-0410-a15a-8952a2c7a4e4