summaryrefslogtreecommitdiff
path: root/src/exp.c
Commit message (Expand)AuthorAgeFilesLines
* [exp.c] Fix bug when the input parameter is reused as output.thevenyp2013-11-071-1/+2
* changed GMP_RND? to MPFR_RND?enge2012-07-231-15/+15
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-291-0/+11
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-34/+34
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* code cleanup:enge2010-07-301-18/+2
* exp: closed bug http://lists.gforge.inria.fr/pipermail/mpc-discuss/2010-July/...enge2010-07-301-6/+10
* exp.c: better handling of over- and underflow, correct sign of zeroesenge2010-07-151-5/+13
* exp.c: fixed ternary return value in case of overflowenge2010-07-151-1/+5
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-7/+7
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-5/+1
* now mpc_exp returns 'int' instead of 'void'zimmerma2008-12-031-29/+29
* src/exp.c: Add correct handling of special values.thevenyp2008-10-061-4/+92
* Improve algorithm for pure imaginary argument.thevenyp2008-07-101-3/+18
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+94