# Math-Utils ## Version 1.14 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: ```bash perl Build.PL ./Build ./Build test ./Build install ``` ## COPYRIGHT AND LICENSE Copyright (C) 2020 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.