package Task::Math::Symbolic; use strict; our $VERSION = '1.01'; =head1 NAME Task::Math::Symbolic - Math::Symbolic with lots of plugins =head1 SYNOPSIS C =head1 DESCRIPTION This installs Math::Symbolic and a load of easily installable (i.e. pure Perl) plugins that make the module so much more powerful. L - The base module L - Extension for finding subtrees L - Extension for Gaussian Error Propagation L - Pattern matching on Math::Symbolic trees L - User defined simplification routines L - Transformations using Math::Symbolic trees L - Big number support for the Math::Symbolic parser L - Complex number support for the Math::Symbolic parser L - Inlined Math::Symbolic functions L - Turns of Math::Symbolic simplification L - Generates parser extensions such as Math::SymbolicX::Complex. L - Implementation of some statistical distributions =head1 AUTHOR Steffen Mueller, C =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;