summaryrefslogtreecommitdiff
path: root/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* get_str.c: use MPFR_SAVE_EXPO.vlefevre2007-06-211-21/+24
* get_str.c:vlefevre2007-05-021-2/+1
* fixed typos in commentszimmerma2007-03-191-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+2
* Replaced some computations using the type double by computations usingvlefevre2007-01-171-157/+38
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-3/+2
* 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-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-100/+100
* improved m=0 case when b is a power of 2zimmerma2005-06-161-3/+10
* Clean up use of stdio.h:pelissip2005-06-081-5/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-16/+16
* changed semantics of mpfr_get_str for ndigits=0zimmerma2005-04-191-18/+3
* Add generic ZivLoop controller.pelissip2005-02-141-5/+8
* FIx a warning (Wrong proto between declaration and implementation :pelissip2005-01-281-1/+1
* Updated copyright lines.vlefevre2005-01-281-1/+1
* fixed problems in get_str for huge exponentzimmerma2005-01-201-4/+12
* Remove _MPFR_PROTO for static functions.pelissip2005-01-041-4/+4
* Add 'const' attribute to table.pelissip2004-12-151-1/+1
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* fixed bug in get_str_aux when one extra digitzimmerma2004-09-301-18/+44
* Add mpfr_free_str function.pelissip2004-02-231-0/+5
* Fix bug if you build MPFR with ASSERT.pelissip2004-02-181-1/+1
* simplified roundingzimmerma2004-02-171-10/+10
* improved test coveragezimmerma2004-02-131-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-9/+7
* fixed bug in get_str (case pow2, rnd=up or down)zimmerma2004-02-031-16/+6
* _mpfr_ceil -> mpfr_ceil_double + check for overflow.vlefevre2004-01-191-26/+31
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-191-132/+0
* Add a new check in tget_str.c.pelissip2004-01-151-1/+1
* fixed problem in case m=0 and b=2^k (lost bits from 1st digit were not takenzimmerma2004-01-151-2/+19
* mpn_exp -> mpfr_mpn_expzimmerma2004-01-151-3/+3
* * Optimize a few div.c and mul.c.pelissip2003-11-171-5/+5
* Some minor optimizations.pelissip2003-11-071-1/+2
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-3/+3
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-2/+6
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+6
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-4/+4
* moved common prototype for mpn_exp in mpfr-impl.hzimmerma2003-01-151-2/+1
* #Add a copyright year.ryde2003-01-081-1/+1
* (mpn_exp): Don't store -1 in a uint then return it as a long.ryde2003-01-081-1/+1
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-2/+2
* Code clean-up.vlefevre2002-11-201-9/+11
* fixed non-ansi featureszimmerma2002-11-191-16/+16
* TMP_MARK missing (patch by Kevin Ryde).vlefevre2002-07-281-0/+1
* improved the computation of g = ceil((e-1)/log_2(beta)), using two tableszimmerma2002-07-261-38/+140