aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-SymbolicX-Inline/pkg-descr
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-15 06:36:16 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-15 06:36:16 +0000
commit58e4a7d5240713b395997c93f00af25423ee9be1 (patch)
tree09b6c5f8a3ca3db737a8a8a8283e1155d2e4cda0 /math/p5-Math-SymbolicX-Inline/pkg-descr
parent0e0b36897161350e55aab60058771361e4d12a5c (diff)
Notes
Diffstat (limited to 'math/p5-Math-SymbolicX-Inline/pkg-descr')
-rw-r--r--math/p5-Math-SymbolicX-Inline/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/p5-Math-SymbolicX-Inline/pkg-descr b/math/p5-Math-SymbolicX-Inline/pkg-descr
new file mode 100644
index 000000000000..0adac8603b19
--- /dev/null
+++ b/math/p5-Math-SymbolicX-Inline/pkg-descr
@@ -0,0 +1,10 @@
+This module is an extension to the Math::Symbolic module. A basic
+familiarity with that module is required.
+
+Math::SymbolicX::Inline allows easy creation of Perl functions from
+symbolic expressions in the context of Math::Symbolic. That means you can
+define arbitrary Math::Symbolic trees (including derivatives) and let this
+module compile them to package subroutines.
+
+WWW: http://search.cpan.org/dist/Math-SymbolicX-Inline
+Author: Steffen Mueller <symbolic-module@steffen-mueller.net>