summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in exp(-eps) for rounding toward zero (test was also wrong).mpfr-2-1-branchvlefevre2005-09-132-2/+17
* Update for future version in 2.1 branch.vlefevre2005-08-034-4/+4
* Updated the date. [2.1 branch]vlefevre2005-08-031-1/+1
* Update.vlefevre2005-08-031-0/+64
* Added FAQ. [2.1 branch]vlefevre2005-08-034-1/+116
* file FAQ.html was added on branch mpfr-2-1-branch on 2005-08-03 12:05:28 +0000vlefevre2005-08-031-113/+0
* This commit was manufactured by cvs2svn to create branch(no author)2005-08-031-0/+113
* Update.vlefevre2005-08-031-0/+3
* Forgot to keep the old value of d when computations need to be redone.vlefevre2005-07-291-30/+31
* Fixed the tests.vlefevre2005-07-291-2/+2
* Support C implementations giving an incorrect value for the precisionvlefevre2005-07-291-14/+39
* Updated copyright line.vlefevre2005-07-111-1/+1
* Fixed locale bug.vlefevre2005-07-111-5/+26
* Fixed bug for atan(-0). [2.1 branch]vlefevre2005-07-052-4/+19
* [2.1 branch]vlefevre2005-06-081-6/+5
* Ported description of mpfr_hypot to the 2.1 branch.vlefevre2005-05-141-0/+12
* Replaced -2 by -MPFR_EVEN_INEX. [2.1 branch]vlefevre2005-05-121-1/+1
* Added a comment about the bug fix. [2.1 branch]vlefevre2005-05-121-1/+4
* Fixed bug in mpfr_hypot + testcase. [2.1 branch]vlefevre2005-05-123-13/+39
* Ported div_ui.c bug fix (1.45) with testcase to the 2.1 branch.vlefevre2005-05-042-24/+77
* Added the test_large_small test for mpfr_hypot (disabled by default)vlefevre2005-05-022-1/+28
* Updated mpfr_set* documentation. [2.1 branch]vlefevre2005-04-281-1/+9
* Update. (2.1 branch)vlefevre2005-04-211-0/+71
* In mpfr_get_ld, the rounding direction can be wrong if |x| < LDBL_MIN.vlefevre2005-04-212-0/+4
* Correction of latest patch. (2.1 branch)vlefevre2005-04-211-2/+4
* Fix for long double = double precision (e.g. PowerPC) and roundingvlefevre2005-04-211-10/+10
* mpfr_set_ld should now work in any rounding mode. (2.1 branch)vlefevre2005-04-211-12/+16
* Forgot a #if... (2.1 branch)vlefevre2005-04-211-0/+2
* Added the ability to change the control word when compiling tset_ldvlefevre2005-04-211-1/+14
* Fix for platforms where long double = double. (2.1 branch)vlefevre2005-04-211-1/+4
* Fixed mpfr_set_ld for very small numbers. (2.1 branch)vlefevre2005-04-211-3/+12
* More output in test_small. (2.1 branch)vlefevre2005-04-211-6/+15
* Fixed bug in test_small (but this still shows a bug). (2.1 branch)vlefevre2005-04-201-1/+1
* Improved the test_small test. (2.1 branch)vlefevre2005-04-201-3/+6
* Avoid an infinite loop. [2.1 branch]vlefevre2005-04-042-5/+38
* [2.1 branch] Ported two mpfr_pow_ui bug fixes from the trunk;vlefevre2005-03-302-2/+23
* Update for future version in 2.1 branch.vlefevre2005-03-214-4/+4
* Fixed a bug for mpfr_atanh(x) with 1 < |x| < 2 (found by Matt Reddick).vlefevre2005-03-172-22/+24
* Ported bug fix in case of reuse of variable (a,b,a) withvlefevre2005-03-092-20/+37
* Bug due to wrong approximation to x / log(2). [2.1 branch]vlefevre2005-03-092-2/+17
* Update for MPFR 2.1.1.vlefevre2005-02-236-7/+18
* Ported mpfr_ui_sub patch to 2.1 branch:vlefevre2005-02-211-6/+6
* Update. (2.1 branch)vlefevre2005-02-161-0/+20
* Added a comment.vlefevre2005-02-161-1/+5
* Ported another fix to the 2.1 branch (bug introduced in 1.31.2.1).vlefevre2005-02-161-1/+1
* Ported tan fix to 2.1 branch.vlefevre2005-02-151-4/+11
* Ported latest bug fix to 2.1 branch.vlefevre2005-02-141-2/+2
* Ported 1.36 patch to the 2.1 branch:vlefevre2005-02-022-2/+8
* Fixed a sign bug in mpfr_exp (found by Mark J Watkins).vlefevre2005-01-292-2/+6
* Update (2.1 branch).vlefevre2005-01-281-0/+10