summaryrefslogtreecommitdiff
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityenge2012-09-191-30/+99
* log.c: improve test coverage by flagging intermediate overflow by an assertenge2012-06-261-18/+15
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-33/+33
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* use macro mpc_fin_p to detect special operandsenge2010-10-041-1/+1
* code cleanup: removed macro MPFR_EXP from mpc-impl.henge2010-07-301-4/+6
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* log.c: Fix zero's sign with pure real argument, simplify code when arguments ...thevenyp2009-06-091-16/+3
* log.c: added FIXMEenge2009-06-041-0/+2
* log.c: fake bug fix for infinite loop when intermediate overflow occursenge2009-06-041-6/+11
* NEWS src/log.c: Fix bug: on real negative axis, take the sign of the zero ima...thevenyp2009-04-221-1/+15
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-143/+143
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-146/+143
* [log.c] now mpc_log returns int instead of voidzimmerma2008-12-081-17/+28
* automatic search-replace for "a->rop" disturbed some Englishenge2008-10-041-3/+3
* handling of special values in logenge2008-10-041-54/+69
* tests and documentation for mpc_logenge2008-04-111-1/+1
* bug fixenge2008-04-101-1/+1
* first try for log, probably still buggyenge2008-04-101-0/+120