diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-07-24 22:58:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:43 +0700 |
commit | 3d7b97d88e467cc8c2bba8c15388b1419bad8c39 (patch) | |
tree | de9b7daf27e5ecec311d8a5be394a843f202d99f /perl/perl-Math-MPC/README | |
parent | a92b5aa3ad80e38d554a55a0658223b8c1e5fd4c (diff) |
perl/perl-Math-MPC: Added (perl interface to the MPC library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-MPC/README')
-rw-r--r-- | perl/perl-Math-MPC/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Math-MPC/README b/perl/perl-Math-MPC/README new file mode 100644 index 0000000000000..264a91ddde580 --- /dev/null +++ b/perl/perl-Math-MPC/README @@ -0,0 +1,5 @@ +perl-Math-MPC (perl interface to the MPC library) + +perl-Math-MPC is a multiple precision complex number module utilising +the MPC library. Basically, this module simply wraps the 'mpc' +complex number functions provided by that library. |