summaryrefslogtreecommitdiff
path: root/get_d.c
Commit message (Expand)AuthorAgeFilesLines
* Add "const" to IEEE byte sequence data.ryde2003-06-281-12/+12
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-261-3/+0
* (MPFR_DBL_INFP, MPFR_DBL_INFM, MPFR_DBL_NAN): Make privateryde2003-06-241-11/+55
* Added a comment concerning NO_MATH_DEFS.vlefevre2003-06-101-0/+4
* Include <stddef.h> before <math.h>, to avoid problems withryde2003-06-081-0/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* added mpfr_get_d_2expzimmerma2003-02-131-1/+8
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Avoid constant floating expression, as this doesn't give the correctvlefevre2002-04-201-2/+7
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d* fixed.vlefevre2002-04-121-2/+6
* #include ordering changed for Windows + Cygwin 32.vlefevre2002-04-111-0/+3
* get_d.c partly rewritten (Paul Zimmermann).vlefevre2002-04-111-23/+34
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM.vlefevre2002-03-191-8/+7
* Do not read the exponent if it has no meaning.vlefevre2002-03-131-2/+7
* mpfr_get_d3 partially rewritten (to follow the new specifications).vlefevre2002-03-111-36/+37
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-2/+8
* set_d.c split into get_d.c and set_d.cvlefevre2002-03-111-0/+163