summaryrefslogtreecommitdiff
path: root/src/jn.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Updated URLs.vlefevre2020-09-101-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Added MPFR_INC_PREC definition (similar to MPFR_ADD_PREC) and replacedvlefevre2018-08-161-1/+1
* changed mpfr_mul (a, b, b, ...) into mpfr_sqr (a, b, ...) whenever possiblezimmerma2018-03-151-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Do not define macro names starting with "SIG" (+ uppercase letter)vlefevre2017-05-151-1/+1
* [src/jn.c] Use MPFR_ADD_PREC.vlefevre2017-02-271-1/+1
* [src/jn.c] in case the first Ziv loop failed, take into account the number ofzimmerma2017-02-271-0/+5
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] Replaced the flags-related mpfr_clear_* internal macros by anvlefevre2012-04-201-3/+3
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+4
* [src/jn.c] Fixed the MPFR_FAST_COMPUTE_IF_SMALL_INPUT test for n == 1vlefevre2011-03-101-5/+33
* [src/jn.c] No need for mpfr_clear_flags (already done in MPFR_BLOCK).vlefevre2011-03-101-1/+0
* [src/jn.c] Check that no intermediate underflow or overflow occurs.vlefevre2011-03-101-1/+18
* [src/jn.c] Fixed mpfr_jn_k0() internal function:vlefevre2011-03-071-13/+20
* [src/jn.c] Avoid integer overflow in the computation of the initialvlefevre2011-03-071-1/+10
* [src/jn.c] Added a comment for mpfrlint.vlefevre2011-03-071-1/+1
* [src/jn.c] Added comments and fixed a bug.vlefevre2011-03-071-1/+5
* [src/jn.c] Detect incorrect error analysis (that may have been the goalvlefevre2011-03-071-1/+3
* [src/jn.c] Fixed incorrect assertion. It could occur onlyvlefevre2011-03-071-1/+1
* [src/jn.c] Improved underflow detection. Still not complete, though.vlefevre2011-03-061-4/+8
* [src/jn.c] Comments: English usage.vlefevre2011-03-061-2/+2
* [src/jn.c] Fix: support reduced exponent ranges for small inputs.vlefevre2011-02-251-6/+12
* [src/jn.c] Added a log message.vlefevre2011-01-271-0/+1
* [src/jn.c] Corrected a comment.vlefevre2011-01-241-1/+1
* [src/jn.c] added notes for correctness of the algorithm usedzimmerma2011-01-241-0/+3
* [src/jn.c] C90 compatibility fix (empty macro arguments are undefined).vlefevre2011-01-241-1/+1
* [src/jn.c] Added an assaertion against a potential overflow (whichvlefevre2011-01-241-2/+6
* [src/jn.c] patch from Patrick Pelissierzimmerma2011-01-241-5/+6
* [src/jn.c] Forgot to change an MPFR_EXP to MPFR_GET_EXP.vlefevre2011-01-231-1/+1
* [src/jn.c] Replaced MPFR_EXP by MPFR_GET_EXP when the value shouldvlefevre2011-01-231-9/+10
* [src/jn.c] Patch from Patrick Pélissier (mpfr_check_range and other).vlefevre2011-01-231-12/+10
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+243