From e78349f317f7626b53ff07b68dd2280da9222f8d Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 27 Dec 2009 12:30:02 +0100 Subject: Mpfr 2.4.2 A C library for multiple-precision floating-point computations with correct rounding. --- Library/Formula/mpfr.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/mpfr.rb (limited to 'Library') diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb new file mode 100644 index 000000000..100946d47 --- /dev/null +++ b/Library/Formula/mpfr.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Mpfr