File: control

package info (click to toggle)
libmath-cephes-perl 0.5307-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,848 kB
  • sloc: ansic: 26,135; perl: 4,954; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,315 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
27
28
29
30
Source: libmath-cephes-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libtest-pod-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-cephes-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-cephes-perl.git
Homepage: https://metacpan.org/release/Math-Cephes
Rules-Requires-Root: no

Package: libmath-cephes-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: perl interface to the math cephes library
 Math::Cephes provides an interface to over 150 mathematical functions of the
 cephes math library of Stephen Moshier, including trigonometric, hyperbolic,
 exponential, logarithmic, Bessel, Gamma, Beta, elliptic integrals,
 hypergeometric, distribution functions, etc.
 .
 Some common constants, such as PI and SQRT2, are also available.  As well,
 there is support for arithmetic operations for fractions (adding, subtracting,
 dividing, multiplying) and also for various functions of complex numbers.