<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/mpcomplex/Makefile, branch pkgsrc_2015Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2015-02-21T09:16:37Z</updated>
<entry>
<title>Update to 1.0.3:</title>
<updated>2015-02-21T09:16:37Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2015-02-21T09:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7c43d1201189cdcc668cc6524ecb848cc722a62'/>
<id>urn:sha1:a7c43d1201189cdcc668cc6524ecb848cc722a62</id>
<content type='text'>
Changes in version 1.0.3:
  - Fixed mpc_pow, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html
  - #18257: Switched to libtool 2.4.5.
</content>
</entry>
<entry>
<title>Changes 1.0.2:</title>
<updated>2014-02-23T15:32:10Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2014-02-23T15:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5695b885fcbed36286ad8f884e3b57b0f95184c5'/>
<id>urn:sha1:5695b885fcbed36286ad8f884e3b57b0f95184c5</id>
<content type='text'>
- Fixed mpc_atan, mpc_atanh for (+-0, +-1), see
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7
- Fixed mpc_log10 for purely imaginary argument, see
  http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html
</content>
</entry>
<entry>
<title>Update mpcomplex to mpc 1.0.1</title>
<updated>2012-09-13T17:34:22Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-13T17:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f17977850330deb8f2d13325f3f481bdc69370af'/>
<id>urn:sha1:f17977850330deb8f2d13325f3f481bdc69370af</id>
<content type='text'>
Note that tests might need the package installed.


Changes in version 1.0.1:
  - Switched to automake 1.11.6, see
    https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html
  - #14669: Fixed extraction of CC from gmp.h
  - Fixed case of intermediate zero real or imaginary part in mpc_fma,
    found by hydra with GMP_CHECK_RANDOMIZE=1346362345
</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:04:15Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-11T23:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2616ea74347a099f94cc21357dd8070ab5cad4a4'/>
<id>urn:sha1:2616ea74347a099f94cc21357dd8070ab5cad4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/mpcomplex: Update from version 0.9 to 1.0</title>
<updated>2012-08-05T18:24:56Z</updated>
<author>
<name>marino</name>
<email>marino</email>
</author>
<published>2012-08-05T18:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dc2f3294d2122613471cb10da7b623fe527506d'/>
<id>urn:sha1:3dc2f3294d2122613471cb10da7b623fe527506d</id>
<content type='text'>
Changes since version 0.9:
  - First release as a GNU package
  - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections)
    for documentation
  - 100% of all lines are covered by tests
  - Functions renamed:
    mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui
  - 0^0, which returned (NaN,NaN) previously, now returns (1,+0)
  - Removed compatibility with K&amp;R compilers, untestable due to lack of
    such compilers
  - New functions: mpc_log10, mpc_mul_2si, mpc_div_2si
  - Speed-ups:
    - mpc_fma
  - Bug fixes:
    - mpc_div and mpc_norm now return a value indicating the effective
      rounding direction, as the other functions
    - mpc_mul, mpc_sqr and mpc_norm now return correct results even if there
      are over- or underflows during the computation
    - mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
      infinite part and equals output variable is corrected
    - mpc_fr_sub: Wrong return value for imaginary part is corrected
</content>
</entry>
<entry>
<title>Explicitly depend on gmp&gt;=4.3.2 and mpfr&gt;=2.4.2.</title>
<updated>2011-09-14T17:14:09Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2011-09-14T17:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a4e13c5da6f0da7061b74c531fdacb0635bb824'/>
<id>urn:sha1:8a4e13c5da6f0da7061b74c531fdacb0635bb824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to mpc-0.9</title>
<updated>2011-03-09T18:59:46Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2011-03-09T18:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c37b9cbf49aa179e7c14934f7391888129110434'/>
<id>urn:sha1:c37b9cbf49aa179e7c14934f7391888129110434</id>
<content type='text'>
Prompted by Stathis Kamperis.

Changes:

  * New functions
      + mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for
      converting between mpc type variables and C variables of
      type double  _Complex or long double _Complex
      + mpc_sin_cos, computing simultaneously the sine and cosine
  * Speed-ups
      + mpc_pow_si through binary exponentiation
      + mpc_pow_z when the exponent fits in a long
      + mpc_tan through the use of mpc_sin_cos
  * Bug fixes
      + trigonometric functions: infinite loop due to overflow for large arguments
      + exp: close to infinite loop for argument close to 0
      + sqrt: close to infinite loop for argument close to 1
      + add_si: replaced macro by function, since the macro evaluated the same expression twice
  * Logging feature for debugging
    ./configure --enable-logging
    #include "mpc-log.h" instead of #include "mpc.h"
  * Minimally required library versions: gmp 4.3.2, mpfr 2.4.2
</content>
</entry>
<entry>
<title>Import MPC (multiprecision complex arithmetic library) version 0.8.2</title>
<updated>2010-07-27T17:09:45Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2010-07-27T17:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f52fbdc0cdee6ed4b50ef870d41384e1a2db9aa'/>
<id>urn:sha1:1f52fbdc0cdee6ed4b50ef870d41384e1a2db9aa</id>
<content type='text'>
as math/mpcomplex.
Packaged by Marko Schuetz for pkgsrc-wip.

MPC is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as MPFR.
</content>
</entry>
</feed>
