diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-06 18:53:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-06 18:53:36 +0800 |
commit | 06dbb02e81eb30908acb55ca8835992b3c002028 (patch) | |
tree | 8aa0126f2a2e98324e784274c6e35ec2b4dc13d6 /math/mpc/Makefile | |
parent | 1a6a024abfb522356b1838c5fe8b007ffc4789a1 (diff) | |
download | freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.tar.gz freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.tar.zst freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.zip |
Update to libmpc version 0.8 which brings the following changes:
- New functions:
. Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
mpc_asinh, mpc_acosh, mpc_atanh
. Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
mpc_pow_z, mpc_pow_fr
- Bug fixes:
. ui_div: real divisor
Diffstat (limited to 'math/mpc/Makefile')
-rw-r--r-- | math/mpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index a36423dbcf60..5853b449b5d8 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ |