master
Release 1.4.1.
replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhere
review increase of precision in mpc_log
added comment
fixed memory leak reported by Yang LI <liyangfr@live.com>
fixed compiler warning (-Wdeclaration-after-statement)
rename RNDC to MPC_RND in mpc.h
Add references to the C99 standard for raised exceptions (log/atan)
Change output format for radii and balls.
Replace mpc_t by mpc_ptr in function definitions.
review of mpc_cmp_abs
sin_cos.c: split out sin.c and cos.c to follow gnu coding standards: one external function per file get.c: renamed to get_x.c get_x.c, set_x.c, set_x_x.c contain several external functions; changing this is maybe exaggerated
fixed spurious division-by-zero
new functions mul_2si, div_2si
changed GMP_RND? to MPFR_RND?
suggestion from Rudi Heitbaum
Drop a use of sqrt.
fix compiler warning
Correct C89 problems.
Rewrite mpc_fma_naive in terms of mpfr_sum.
added CI target with valgrind
conj.dat, fr_sub.dat: complete branch test coverage fr_sub.c: correct return value
license change: LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA
Switch to version 1.4.2dev.
Rename HAVE_COMPLEX_H to {_,}MPC_HAVE_COMPLEX_H.
Correct error analysis for log2.
Include config.h before checking a macro.
added reference
avoid another compiler warning
Slightly compactify the previous commit.
rootofunity: Move the error analysis from the source code to the documentation,
Move stdint inclusion from mpc-impl.h to mpc.h.
remove compatibility function ROUND_AWAY
added a comment and a test for mpc_sqrt
[dot.c] patch similar to sum.c to avoid warning for n=0
Use mpc_fr_div() in mpc_ui_div()