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

..03-May-2022-

eg/H03-May-2022-457326

lib/Math/H21-Apr-2020-1,069303

t/H03-May-2022-1,378936

Build.PLH A D03-May-2022938 4833

CONTRIBUTING.mdH A D03-May-2022574 1810

ChangesH A D03-May-20224.4 KiB122118

LICENSEH A D03-May-202218 KiB380292

MANIFESTH A D03-May-2022532 3837

META.jsonH A D03-May-20221.3 KiB6261

META.ymlH A D03-May-2022804 3736

Makefile.PLH A D03-May-2022351 1614

README.mdH A D03-May-2022472 2316

README.md

1# Math-Utils
2## Version 1.14
3
4Contains implementations of commonly used mathematical functions
5and operations that are not part of standard Perl.
6
7## INSTALLATION
8
9To install this module, run the following commands:
10
11```bash
12perl Build.PL
13./Build
14./Build test
15./Build install
16```
17
18## COPYRIGHT AND LICENSE
19
20Copyright (C) 2020 John M. Gamble. All rights reserved. This program is
21free software; you can redistribute it and/or modify it under the same
22terms as Perl itself.
23