summaryrefslogtreecommitdiffstats
path: root/perl/perl-Math-MPC/README
diff options
context:
space:
mode:
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.