./wip/mpc, MPFR-based library for complex floating-point with exact rounding

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.1, Package name: mpc-1.3.1, Maintainer: pkgsrc-users

MPC is a complex floating-point library with exact rounding.
It is based on the GNU MPFR floating-point library, which is itself
based on the GNU MP library.

This is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It extends the principles of the IEEE-754 standard for fixed
precision real floating point numbers to complex numbers,
providing well-defined semantics for every operation.
At the same time, speed of operation at high precision is a
major design goal.


Required to run:
[math/mpfr]

Required to build:
[devel/libtool-base]

Master sites: (Expand)

Filesize: 755.442 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-27 19:18:43 by Aleksej Saushev | Files touched by this commit (5) | Package removed
Log message:
Imported into pkgsrc as math/mpcomplex.

   2010-07-27 13:12:09 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Improve description, comment, style.

   2010-07-27 13:07:15 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Fix category.

   2010-07-27 13:06:36 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Rename package to "mpcomplex" to avoid name clash.
Fix homepage.
   2010-06-24 18:37:26 by Marko Schütz | Files touched by this commit (1)
Log message:
added buildlink3 support

   2010-06-24 18:26:56 by Marko Schütz | Files touched by this commit (4)
Log message:
initial import