package Bundle::Math::Symbolic; use strict; use warnings; $VERSION = '1.02'; 1; __END__ =head1 NAME Bundle::Math::Symbolic - Bundle of modules related to symbolic math =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::Math::Symbolic' =head1 CONTENTS Math::Algebra::Symbols Math::Calculus::Differentiate Math::Calculus::Expression Math::Calculus::TaylorEquivalent Math::Calculus::TaylorSeries Math::Symbolic Math::Symbolic::Custom::CCompiler Math::Symbolic::Custom::Contains Math::Symbolic::Custom::ErrorPropagation Math::Symbolic::Custom::Pattern Math::Symbolic::Custom::Simplification Math::SymbolicX::BigNum Math::SymbolicX::Complex Math::SymbolicX::NoSimplification Math::SymbolicX::ParserExtensionFactory =head1 DESCRIPTION This is a bundle of modules related to symbolic math. Please have a look at L. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org. =head1 AUTHOR Steffen Mueller Ebundlemath-module at steffen-mueller dot netE =cut