[ 源代码: libmath-derivative-perl ]
软件包:libmath-derivative-perl(1.01-1)
libmath-derivative-perl 的相关链接
Debian 的资源:
下载源码包 libmath-derivative-perl:
- [libmath-derivative-perl_1.01-1.dsc]
- [libmath-derivative-perl_1.01.orig.tar.gz]
- [libmath-derivative-perl_1.01-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.