summaryrefslogtreecommitdiff
path: root/src/div.c
Commit message (Expand)AuthorAgeFilesLines
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* replaced calls to macro mpfr_add_one_ulp(x,GMP_RNDN) by MPFR_ADD_ONE_ULP(x)enge2010-09-171-2/+2
* mpc-impl.h: add macro for rounding away even with older versions of mpfrenge2010-09-171-1/+1
* code cleanup:enge2010-07-301-10/+10
* [div.c] fixed overflow/underflow (reported by Emmanuel Thome)zimmerma2010-07-201-13/+32
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* corrected mixtures of signed/unsigned arisen due to signednedd change inenge2010-06-111-1/+1
* [div.c] revert to r661zimmerma2009-08-261-2/+5
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* [div.c] better solution for previous change: replace mpc_set by two calls tozimmerma2009-08-261-1/+4
* [div.c] fixed memory layout problem reported by Geoff Bailey on 13 Aug 2009zimmerma2009-08-261-9/+11
* [div.c] fixed bug in div(x,x,x) when real part x is zerozimmerma2009-08-241-1/+2
* div.c: correct signs of zeroes for division by real or purely imaginaryenge2009-08-221-5/+30
* misc/testgen: adapted generation of test files to new definition of divenge2009-08-211-8/+8
* mpc-impl.h: new macros MPFR_SIGNBIT and MPC_MPFR_SIGNenge2009-08-201-9/+146
* div: modified as followsenge2009-08-201-16/+18
* [div.c] removed extra spacezimmerma2009-03-191-1/+1
* [div.c] fixed warning reported by Mickael Gastineauzimmerma2009-03-181-1/+1
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-4/+1
* default precision removed, as well as init and all init_setenge2009-01-071-1/+1
* Remove MPFR_IS_{NAN,ZERO,INF} macros completely.thevenyp2008-11-141-6/+6
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-7/+36
* Update changes dates and authors in copyright line.thevenyp2008-09-241-1/+1
* src/div.c: Fix bug (an exact case was not correctly handle).thevenyp2008-09-231-3/+3
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+172