mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
58e4a7d524
Approved by: tobez (implicit)
11 lines
492 B
Plaintext
11 lines
492 B
Plaintext
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>
|