summaryrefslogtreecommitdiffstats
path: root/perl/perl-Math-MPC/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2016-07-25 05:58:31 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:43 +0200
commit3d7b97d88e467cc8c2bba8c15388b1419bad8c39 (patch)
treede9b7daf27e5ecec311d8a5be394a843f202d99f /perl/perl-Math-MPC/README
parenta92b5aa3ad80e38d554a55a0658223b8c1e5fd4c (diff)
downloadslackbuilds-3d7b97d88e467cc8c2bba8c15388b1419bad8c39.tar.gz
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/README5
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 0000000000..264a91ddde
--- /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.