summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* asin, atan, atanh are not slow anymore for small input.pelissip2005-05-161-3/+0
* Fixed a bug due to a typo on a variable name. It produced avlefevre2005-05-141-1/+1
* Add support for MPFR_FAST_COMPUTE_IS_SMALL_INPUTpelissip2005-05-132-1/+7
* Add support for FAST_COMPUTE_IS_SMALL_INPUT.pelissip2005-05-138-11/+32
* Add round_near_x support for small arguments.pelissip2005-05-131-0/+5
* Add new internal function mpfr_round_near_x.pelissip2005-05-132-1/+227
* added missing documentation for mpfr_hypotzimmerma2005-05-131-0/+12
* Add a \n for all error strings.pelissip2005-05-131-4/+4
* Fix copyright date.pelissip2005-05-131-2/+1
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-134-159/+172
* Detect/avoid potential integer overflows.vlefevre2005-05-121-33/+39
* Fix typos.pelissip2005-05-121-2/+2
* Same patch for exp_3.pelissip2005-05-112-4/+53
* Fix bug when exp(x) is near the limit of an overflow or anpelissip2005-05-113-4/+69
* Update (with reformatting so that the logs are readable on 80 columns).vlefevre2005-05-111-0/+103
* Fix bug due to wrong assertion.pelissip2005-05-112-1/+20
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-104-34/+83
* Update.pelissip2005-05-101-0/+1
* Fix a bug in the product of 2limbs per 2 limbs.pelissip2005-05-102-14/+33
* Fix problem with mingw: if the configure detects MS-Windows, it skips thepelissip2005-05-101-2/+13
* Improve random tests.pelissip2005-05-091-0/+1
* Replace initial estimation of K0 from sqrt (p/2)pelissip2005-05-041-3/+6
* Reformatted the code.vlefevre2005-05-041-86/+86
* fixed dummy init2 followed by set_preczimmerma2005-05-041-6/+5
* Added LIA-2 functions to implement.vlefevre2005-05-041-0/+19
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-0414-8/+402
* init2 alloc what is needed, not 2 (more efficient).pelissip2005-05-041-4/+8
* improved const_euler and eintzimmerma2005-05-0416-101/+265
* Update to reflect the current state.pelissip2005-05-041-3/+12
* Fix computing of `sup` to reflect what is decribed in algorithms.tex.pelissip2005-05-031-4/+5
* Tiny optimization of mpfr_atan.pelissip2005-05-031-34/+16
* Fixed a problem in test_small (already done in the 2.1 branch)vlefevre2005-05-031-1/+4
* Improve detection again (use callback).pelissip2005-05-031-5/+10
* Improve previous change.pelissip2005-05-031-2/+64
* Add detection of function round, rint, ceil, floor and nearbyint at configurepelissip2005-05-032-1/+17
* Update (Move bugs to potential).pelissip2005-05-031-15/+11
* Fixed the mpfr_hypot bug, and re-enabled the test_large_small test.vlefevre2005-05-033-12/+14
* Update.vlefevre2005-05-021-0/+135
* Mention the mpfr_hypot bug.vlefevre2005-05-021-0/+5
* Added a test showing a bug, enabled when TEST_LARGE_SMALL is definedvlefevre2005-05-021-0/+22
* Fix bug.pelissip2005-05-021-2/+2
* Remove useless function f.pelissip2005-05-021-9/+0
* Fix a bug: the test to detect EVEN_rounding was wrong.pelissip2005-05-021-5/+9
* Update example of use of mpfr_subnormalize.pelissip2005-05-021-16/+14
* mpfr_cmp_str checks for NAN.pelissip2005-05-024-6/+9
* Undo previous change for tgeneric.pelissip2005-05-023-20/+12
* Add new funcions in reuse test.pelissip2005-05-011-3/+12
* added efficiency itemzimmerma2005-04-301-0/+2
* added mpfr_eintzimmerma2005-04-308-9/+425
* Add something to do :)pelissip2005-04-291-2/+3