summaryrefslogtreecommitdiff
path: root/modf.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-98/+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 mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* modf.c: no longer extend the exponent range at all, since there arevlefevre2009-09-181-21/+11
* modf.c: extending the exponent range in the first two cases is uselessvlefevre2009-09-181-9/+3
* modf.c: corrected a comment (rounding can yield an overflow, but notvlefevre2009-09-181-2/+4
* [modf.c] changed semantics of return value in accordance with mpfr_sin_coszimmerma2009-09-181-17/+12
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-1/+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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* fixed typozimmerma2008-03-161-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* GNU coding style, reformatting, exit (-1) -> exit (1).vlefevre2007-09-221-20/+21
* modf.c: take care of user exponent range (possible underflow/overflow)thevenyp2007-09-171-43/+52
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-0/+107