summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* start from precision 2zimmerma2001-11-301-2/+2
* big rewrite to fix problems when the estimate base exponent is too smallzimmerma2001-11-301-95/+149
* fixed detection of exact cases (in particular 0)zimmerma2001-11-301-9/+6
* now use MPFR_PREC_MINzimmerma2001-11-301-3/+3
* exptol is now of type mp_exp_tzimmerma2001-11-301-8/+8
* rewritten part with Taylor serieszimmerma2001-11-301-17/+17
* changed MPFR_PREC_MIN to 2zimmerma2001-11-301-1/+1
* updated wrt MPFR_PREC_MIN/MPFR_PREC_MAXzimmerma2001-11-302-13/+18
* case x=0 was forgottenzimmerma2001-11-301-0/+6
* now use MPFR_PREC_MINzimmerma2001-11-301-3/+1
* added commentzimmerma2001-11-301-1/+4
* mpfr_set_z rewritten to support overflows/underflows and ternary value.vlefevre2001-11-301-76/+104
* 0 -> set to +0.vlefevre2001-11-301-4/+6
* Better sign comparison.vlefevre2001-11-301-1/+1
* Use MPFR_SET_POS.vlefevre2001-11-292-6/+2
* Bug fixed concerning integer overflows.vlefevre2001-11-291-5/+7
* added commentzimmerma2001-11-291-0/+3
* fixed bug for small precision, where r can be >= 1zimmerma2001-11-291-5/+7
* Functions mpfr_{mul,div}_2{si,ui} added.vlefevre2001-11-2910-87/+266
* Particular cases (NaN and signed zeros).vlefevre2001-11-281-32/+48
* Init variables to NaN instead of 0.vlefevre2001-11-283-5/+3
* Possible integer overflow fixed.vlefevre2001-11-281-2/+2
* Particular cases fixed.vlefevre2001-11-282-7/+10
* Overflow support.vlefevre2001-11-251-30/+43
* K&R -> ISO C prototype.vlefevre2001-11-251-4/+1
* mpfr_div_2exp rewritten.vlefevre2001-11-251-8/+25
* mpfr_mul_2exp rewritten.vlefevre2001-11-251-8/+25
* Overflow support.vlefevre2001-11-251-38/+38
* Casts to size_t added (safer and could be required in the future).vlefevre2001-11-254-8/+12
* Minor change.vlefevre2001-11-231-3/+1
* mpfr_mul partially rewritten:vlefevre2001-11-231-43/+121
* mpfr_can_round_raw: integer overflows checked and code duplication avoided.vlefevre2001-11-221-87/+52
* More bugs.vlefevre2001-11-221-1/+6
* mpfr_can_round and mpfr_can_round_raw: prototypes changed.vlefevre2001-11-224-10/+9
* Bug fixed.vlefevre2001-11-211-2/+5
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-2112-99/+179
* Added MPFR_PREC_MIN and MPFR_PREC_MAX.vlefevre2001-11-216-8/+15
* Error test -> assert.vlefevre2001-11-211-8/+4
* Test added.vlefevre2001-11-201-0/+11
* mpfr_round rewritten.vlefevre2001-11-202-26/+21
* Added macro MPFR_SET_ABSSIZE.vlefevre2001-11-201-0/+3
* mpfr_round: Check for overflow.vlefevre2001-11-201-10/+23
* Some type changes.vlefevre2001-11-171-12/+11
* Integer overflows checked.vlefevre2001-11-162-3/+6
* MPFR_ASSERTN instead of fprintf + exit.vlefevre2001-11-161-6/+1
* GMP assert mechanism: macros changed until GMP is fixed.vlefevre2001-11-161-5/+11
* version -> 2002zimmerma2001-11-161-3/+3
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-1637-192/+192
* split from init.czimmerma2001-11-161-0/+46
* remove math.hdaney2001-11-163-10/+14