File: Release

package info (click to toggle)
libmath-spline-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 64; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Announcing the release of Perl Module Math::Spline Version 0.02

Math::Spline  - Cubic Spline Interpolation of data

This package 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 the numerical
functions or, more easily as a class module.

Module Entry

6) Data Types and Data Type Utilities (see also Database Interfaces)

Name           DSLI  Description                                  Info
-----------    ----  -------------------------------------------- -----
Math::
::Spline       RdpO  Cubic Spline Interpolation of data           JARW

  JARW John A.R. Williams <J.A.R.Williams@aston.ac.uk>