The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.116 - 2003-09-03

  • Added META.yml
  • Removed "Exporter" dependency in Makefile.PL. Who needs to install Exporter from CPAN anyway?
  • Added run14.pl with Math::Complex stuff.
  • Math::Symbolic::Parser now defers loading Parse::RecDescent to the first call of the parser constructor.
  • Math::Symbolic now defers creating a parser to the first call of "parse_from_string".
  • Together, the above changes made the testsuite run 30% faster because many of the basic test scripts don't use the parser.

Modules

Symbolic calculations
Auxiliary functions for Math::Symbolic hierarchy
Base class for symbols in symbolic calculations
Compile Math::Symbolic trees to Perl code
Constants in symbolic calculations
Aggregate class for tree tests and transformations
Base class for tree tests and transformations
Default Math::Symbolic transformations
Default Math::Symbolic tree tests
Derive Math::symbolic trees
Export constants used for Math::Symbolic
Operators in symbolic calculations
Parse strings into Math::Symbolic trees
Variable in symbolic calculations