Math-Utils version 1.11

Contains implementations of commonly used mathematical functions
and operations that are not part of standard Perl.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	build
	build test
	build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Math::Utils

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Utils

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Math-Utils

    CPAN Ratings
        http://cpanratings.perl.org/d/Math-Utils

    Search CPAN
        http://search.cpan.org/dist/Math-Utils/


COPYRIGHT AND LICENSE

Copyright (C) 2017 John M. Gamble. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
