summaryrefslogtreecommitdiff
path: root/src/exp.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright dates.Andreas Enge2020-07-231-1/+1
* use extended exponent range in mpc_expPaul Zimmermann2020-02-131-3/+12
* fixed bug reported by Joseph MyersPaul Zimmermann2015-04-111-10/+10
* fixed overflow issue in mpc_exp with rounding towards zeroPaul Zimmermann2015-04-091-2/+2
* [exp.c] Fix bug when the input parameter is reused as output.Philippe Theveny2013-11-071-1/+2
* changed GMP_RND? to MPFR_RND?Andreas Enge2012-07-231-15/+15
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagsPaul Zimmermann2012-02-291-0/+11
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereAndreas Enge2011-11-041-34/+34
* license change:Andreas Enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
* code cleanup:Andreas Enge2010-07-301-18/+2
* exp: closed bug http://lists.gforge.inria.fr/pipermail/mpc-discuss/2010-July/...Andreas Enge2010-07-301-6/+10
* exp.c: better handling of over- and underflow, correct sign of zeroesAndreas Enge2010-07-151-5/+13
* exp.c: fixed ternary return value in case of overflowAndreas Enge2010-07-151-1/+5
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1Andreas Enge2010-06-111-7/+7
* removed useless instances of #include <stdio.h>Paul Zimmermann2009-08-261-1/+0
* Modify #include chain so as to support DLL creation on CygwinPhilippe Theveny2009-03-171-5/+1
* now mpc_exp returns 'int' instead of 'void'Paul Zimmermann2008-12-031-29/+29
* src/exp.c: Add correct handling of special values.Philippe Theveny2008-10-061-4/+92
* Improve algorithm for pure imaginary argument.Philippe Theveny2008-07-101-3/+18
* File reorganisation into three new directories: src, tests and doc.Philippe Theveny2008-04-091-0/+94