Source: libmath-calculus-expression-perl Maintainer: Debian Perl Group Uploaders: Deepak Tripathi Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-calculus-expression-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-calculus-expression-perl.git # Needs to be a search.cpan.org URL as the distribution is not on MetaCPAN Homepage: http://search.cpan.org/dist/Math-Calculus-Expression/ Testsuite: autopkgtest-pkg-perl Package: libmath-calculus-expression-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Algebraic Calculus Tools Expression Class Math::Calculus::Expression can take an algebraic expression, parse it into a tree structure, simplify the tree, substitute variables and named constants for other variables or constants (which may be numeric), numerically evaluate the tree and turn the tree back into an output of the same form as the input. . It supports a wide range of expressions including the +, -, *, / and ^ (raise to power) operators, bracketed expressions to enable correct precedence and the functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, cosech, coth, asin, acos, atan, asinh, acosh and atanh.