NAME

Math::Symbolic::Base - Base class for symbols in symbolic calculations

SYNOPSIS

use Math::Symbolic::Base;

DESCRIPTION

EXPORT

None by default.

METHODS

Method to_string

Default method for stringification just returns the object's value.

Method simplify

Minimum method for term simpilification.

Method apply_derivatives

Minimum method for application of derivatives.

Method term_type

Returns the type of the term. This is a stub to be overridden.

AUTHOR

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

SEE ALSO

perl. Math::Symbolic