• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Math/H16-Aug-2017-22589

t/H16-Aug-2017-283185

Build.PLH A D16-Aug-2017720 3729

ChangesH A D16-Aug-20171.6 KiB4944

LICENSEH A D16-Aug-201718.4 KiB380292

MANIFESTH A D09-Aug-2017220 1817

META.jsonH A D16-Aug-20171.1 KiB5049

META.ymlH A D16-Aug-2017720 2827

Makefile.PLH A D16-Aug-2017421 1715

READMEH A D16-Aug-20171.1 KiB4728

README

1	Math-Derivative, version 1.01, 9 August 2017
2
3Numeric 1st and 2nd order differentiation.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9	perl Build.PL
10	./Build
11	./Build test
12	./Build install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for this module with the
17perldoc command.
18
19    perldoc Math::Derivative
20
21You can also look for information at:
22
23    RT, CPAN's request tracker (report bugs here)
24        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Derivative
25
26    AnnoCPAN, Annotated CPAN documentation
27        http://annocpan.org/dist/Math-Derivative
28
29    CPAN Ratings
30        http://cpanratings.perl.org/d/Math-Derivative
31
32    Search CPAN
33        http://search.cpan.org/dist/Math-Derivative/
34
35
36LICENSE AND COPYRIGHT
37
38Copyright (C) 1995 John A. R. Williams.
39This module is currently maintained by John M. Gamble
40
41This program is free software; you can redistribute it and/or modify it
42under the terms of either: the GNU General Public License as published
43by the Free Software Foundation; or the Artistic License.
44
45See L<http://dev.perl.org/licenses/> for more information.
46
47