summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-7/+9
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-8/+8
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-141-2/+21
* tsin_cos.c: fixed the tiny() test.vlefevre2007-09-161-1/+1
* tsin_cos.c: added test on tiny values.vlefevre2007-09-161-0/+22
* sin_cos.c: fixed a bug for x = 0 in reduced exponent range.vlefevre2007-06-211-0/+89
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-6/+6
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-9/+9
* Change the address of the FSF.pelissip2005-06-021-2/+2
* new coverage testszimmerma2004-02-141-0/+19
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-6/+6
* Continue to port tests so that they don't use double.pelissip2004-01-141-64/+58
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-1/+1
* Changed some stderr to stdout.vlefevre2003-09-241-16/+16
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-1/+1
* Fixed prototypes (use static...).vlefevre2003-01-241-10/+9
* Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests,ryde2003-01-221-5/+38
* added year 2003 in copyright linezimmerma2003-01-161-10/+16
* replaced isnan() by Isnan()zimmerma2003-01-161-28/+32
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-8/+8
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-3/+5
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-8/+11
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+2
* added tests for one of arguments NULLzimmerma2001-02-151-2/+47
* removed cputime stuffzimmerma2000-12-211-7/+3
* Added prototypes for all test files.hanrot2000-12-201-0/+3
* added 4 testszimmerma2000-12-151-0/+8
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-2/+6
* test file for sin/coszimmerma2000-11-291-0/+90