summaryrefslogtreecommitdiff
path: root/get_z.c
Commit message (Expand)AuthorAgeFilesLines
* Made defined the previously undefined cases of mpfr_get_si, mpfr_get_ui,vlefevre2010-05-251-3/+15
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* 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
* tests/tget_z.c: do not assume specific values of the ternary value.vlefevre2009-04-081-2/+2
* NEWS mpfr.texi get_z.c: mpfr_get_z now returns an inexact value.thevenyp2009-04-081-2/+7
* get_z.c: fixed title in comment.vlefevre2009-04-021-2/+2
* get_z.c: detect out-of-range precision (such a detection could be missedvlefevre2009-04-011-1/+3
* Removed the comment from mpfr.h added in r6149, and patched get_z.cvlefevre2009-04-011-1/+1
* [get_z.c] simplified the code, removed the FIXMEzimmerma2009-04-011-3/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* 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
* 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-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage tests.pelissip2004-11-191-1/+2
* Improve assertion.pelissip2004-09-291-0/+1
* Rename mpz_set_fr to mpfr_get_z.pelissip2004-08-311-1/+1
* Optimize a bit.pelissip2004-06-101-1/+1
* Add mpz_set_fr function and its test.pelissip2004-03-161-0/+41