File: control

package info (click to toggle)
libmath-calculus-differentiate-perl 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 7
  • sloc: perl: 650; makefile: 41
file content (25 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: libmath-calculus-differentiate-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12), libmath-calculus-expression-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <apenguinlinux@gmail.com>
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-calculus-differentiate-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-differentiate-perl/
Homepage: http://search.cpan.org/dist/Math-Calculus-Differentiate/

Package: libmath-calculus-differentiate-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmath-calculus-expression-perl
Description:  Algebraic Differentiation Engine
 Math::Calculus::Differentiate can take an algebraic expression,
 parse it into a tree structure, modify the tree to give a representation
 of the differentiated function, simplify the tree and turn the tree back
 into an output of the same form as the input.
 .
 It supports differentiation 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.