From 690696ffebfb6f930139c482e6caa32abc5411be Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 20 Jun 2010 21:16:17 -0700 Subject: New formula for GiNaC GiNaC is Not a CAS is a C++ library that supports symbolic computation and may be used as the foundation of a Computer Algebra System (CAS). Signed-off-by: Adam Vandenberg --- Library/Formula/ginac.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/ginac.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ginac.rb b/Library/Formula/ginac.rb new file mode 100644 index 000000000..12cd66b8c --- /dev/null +++ b/Library/Formula/ginac.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Ginac