summaryrefslogtreecommitdiff
path: root/rem1.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-231/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-4/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-5/+5
* [tests/tfmod.c] added testcase for bug reported by Eric Veachzimmerma2009-05-201-10/+8
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-13/+13
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-1/+1
* [rem1.c] fixed bug found in adding tests for round awayzimmerma2009-02-271-8/+9
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-10-311-27/+27
* merge fmod, remaider and remquo into a single file rem1.c.thevenyp2007-09-281-0/+232