Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / math / p5-Math-Derivative / pkg-descr
1 This Perl package exports functions for performing numerical first
2 (Derivative1) and second Derivative2) order differentiation on vectors
3 of data. They both take references to two arrays containing the x and y
4 ordinates of the data and return an array of the 1st or 2nd derivative
5 at the given x ordinates. Derivative2 may optionally be given values to
6 use for the first dervivative at the start and end points of the data -
7 otherwiswe 'natural' values are used.
8
9 WWW: https://metacpan.org/release/Math-Derivative