summaryrefslogtreecommitdiff
path: root/root.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-199/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-6/+6
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-5/+5
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-1/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* remove new rootrem implementation (unclear copyright status)zimmerma2006-12-211-10/+1
* fixed wrong comment (thanks Keith Briggs)zimmerma2006-07-051-1/+1
* new mpn_rootrem is still not in gmp-4.2zimmerma2006-07-051-2/+3
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* patched root.c to use rootrem.c with gmp-4.1.90zimmerma2005-10-291-1/+1
* updated code for gmp-devzimmerma2005-10-261-1/+1
* now mpzroot/rootrem compile without gmp internal headerszimmerma2005-10-101-1/+1
* Disabled new rootrem/mpz_root as compilation fails (headers can'tvlefevre2005-10-071-1/+1
* improved mpfr_root, using the new mpn_rootrem code written with Torbjo"rnzimmerma2005-10-051-1/+9
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-15/+15
* Rechnage the meaning of root for k=0.pelissip2005-06-131-0/+6
* Fix bug with x<0 and k evenpelissip2005-06-131-0/+7
* Add special case for k==0pelissip2005-06-131-2/+31
* Change the address of the FSF.pelissip2005-06-021-2/+2
* added mpfr_rootzimmerma2005-04-221-0/+157