summaryrefslogtreecommitdiff
path: root/modf.c
Commit message (Expand)AuthorAgeFilesLines
* 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