summaryrefslogtreecommitdiff
path: root/perl/perl-Math-MPFR/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2016-07-24 22:53:30 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:43 +0700
commita92b5aa3ad80e38d554a55a0658223b8c1e5fd4c (patch)
tree7867ef93c43988f97c4d6fc7b3ebc72b3c99e8f3 /perl/perl-Math-MPFR/README
parenteed2af30e8793fefbb30829d01d20d08ab009f4e (diff)
downloadslackbuilds-a92b5aa3ad80e38d554a55a0658223b8c1e5fd4c.tar.gz
perl/perl-Math-MPFR: Added (perl interface to the MPFR library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-MPFR/README')
-rw-r--r--perl/perl-Math-MPFR/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Math-MPFR/README b/perl/perl-Math-MPFR/README
new file mode 100644
index 0000000000..589d19a605
--- /dev/null
+++ b/perl/perl-Math-MPFR/README
@@ -0,0 +1,5 @@
+perl-Math-MPFR (perl interface to the MPFR library)
+
+perl-Math-MPFR is a A bigfloat module utilising the MPFR library.
+Basically this module simply wraps the 'mpfr' floating point
+functions provided by that library.