NAME

Math::Symbolic::Derivative - Derive Math::symbolic trees

SYNOPSIS

use Math::Symbolic::Derivative qw/:all/;
$derived = partial_derivative($term, $variable);

DESCRIPTION

Derivatives for Math::Symbolic.

EXPORT

None by default. But you may choose to import the total_derivative() and partial_derivative() functions.

CLASS DATA

The package variable %Partial_Rules contains partial derivative rules as key-value pairs of names and subroutines.