The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Task::Math::Symbolic - Math::Symbolic with lots of plugins

SYNOPSIS

perl -MCPAN -e 'install Task::Math::Symbolic'

DESCRIPTION

This installs Math::Symbolic and a load of easily installable (i.e. pure Perl) plugins that make the module so much more powerful.

Math::Symbolic - The base module

Math::Symbolic::Custom::Contains - Extension for finding subtrees

Math::Symbolic::Custom::ErrorPropagation - Extension for Gaussian Error Propagation

Math::Symbolic::Custom::Pattern - Pattern matching on Math::Symbolic trees

Math::Symbolic::Custom::Simplification - User defined simplification routines

Math::Symbolic::Custom::Transformation - Transformations using Math::Symbolic trees

Math::SymbolicX::BigNum - Big number support for the Math::Symbolic parser

Math::SymbolicX::Complex - Complex number support for the Math::Symbolic parser

Math::SymbolicX::Inline - Inlined Math::Symbolic functions

Math::SymbolicX::NoSimplification - Turns of Math::Symbolic simplification

Math::SymbolicX::ParserExtensionFactory - Generates parser extensions such as Math::SymbolicX::Complex.

Math::SymbolicX::Statistics::Distributions - Implementation of some statistical distributions

AUTHOR

Steffen Mueller, symbolic-module at steffen-mueller dot net

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.