From 3d7b97d88e467cc8c2bba8c15388b1419bad8c39 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Sun, 24 Jul 2016 22:58:31 -0500 Subject: perl/perl-Math-MPC: Added (perl interface to the MPC library) Signed-off-by: Robby Workman --- perl/perl-Math-MPC/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl/perl-Math-MPC/README (limited to 'perl/perl-Math-MPC/README') diff --git a/perl/perl-Math-MPC/README b/perl/perl-Math-MPC/README new file mode 100644 index 000000000000..264a91ddde58 --- /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. -- cgit v1.2.3