File: control

package info (click to toggle)
libmath-derivative-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 3
  • sloc: perl: 98; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,229 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
26
Source: libmath-derivative-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), libmodule-build-perl
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Math-Derivative
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-derivative-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-derivative-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libmath-derivative-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl package for numeric 1st and 2nd order differentiation
 Math::Derivative exports functions for performing numerical first
 and second order differentiation on data. The functions take
 references to two arrays containing the x and y ordinates of the data
 and return an array of the 1st or 2nd derivative at the given x
 ordinates. The 2nd derivative may optionally be given values to use
 for the first derivative at the start and end points of the data -
 otherwise 'natural' values are used.