Bundle::Math::Symbolic - Bundle of modules related to symbolic math


Bundle-Math-Symbolic documentation Contained in the Bundle-Math-Symbolic distribution.

Index


Code Index:

NAME

Top

Bundle::Math::Symbolic - Bundle of modules related to symbolic math

SYNOPSIS

Top

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

CONTENTS

Top

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

DESCRIPTION

Top

This is a bundle of modules related to symbolic math.

Please have a look at Bundle::Math.

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.

AUTHOR

Top

Steffen Mueller <bundlemath-module at steffen-mueller dot net>


Bundle-Math-Symbolic documentation Contained in the Bundle-Math-Symbolic distribution.

package Bundle::Math::Symbolic;
use strict;
use warnings;

$VERSION = '1.02';

1;

__END__