Source: libmath-spline-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Rules-Requires-Root: no Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: libmath-derivative-perl, perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-spline-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmath-spline-perl.git Homepage: https://metacpan.org/release/Math-Spline Package: libmath-spline-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmath-derivative-perl Description: module providing cubic spline interpolation of data Math::Spline provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module.