NetBSD/external/lgpl3/mpc/dist
mrg 39f28e1e14 import MPC 1.1.0. from their NEWS:
Changes in version 1.1.0:
  - Minimally required library versions: GMP 5.0.0 and MPFR 3.0.0
  - Fixed issues with MPFR 4.0.0
  - New functions: mpc_cmp_abs, mpc_rootofunity
  - Improved speed for corner cases of mpc_asin, mpc_sin, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-December/001266.html
  - Rewrite of the testing framework
  - New mpcbench tool, used with "make bench"
  - Fixed handling of over- and underflows with directed rounding in the
    "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2015-March/001336.html
  - Fixed a bug in mpc_atan(0,y) with |y| near 1, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2017-March/001404.html
2018-09-04 04:28:12 +00:00
..
doc import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
m4 import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
src import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
tests import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
tools import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
AUTHORS
COPYING.LESSER
ChangeLog
INSTALL import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
Makefile.am import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
Makefile.in import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
Makefile.vc import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
NEWS import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
README
TODO import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
aclocal.m4 import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
ar-lib
compile
config.guess
config.h.in import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
config.sub
configure import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
configure.ac import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
depcomp
install-sh
ltmain.sh import MPC 1.1.0. from their NEWS: 2018-09-04 04:28:12 +00:00
missing
test-driver

README

Copyright (C) INRIA 2003, 2005, 2008, 2009, 2011

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.


GNU MPC is a complex floating-point library with exact rounding.
It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
which is itself based on the GNU MP library (http://gmplib.org/).