summaryrefslogtreecommitdiff
path: root/src/jn.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-05-201-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-03-081-1/+1
* 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