Mercurial > repos > deepakjadmin > mayatool3_test2
diff docs/modules/txt/Constants.txt @ 0:4816e4a8ae95 draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Wed, 20 Jan 2016 09:23:18 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/modules/txt/Constants.txt Wed Jan 20 09:23:18 2016 -0500 @@ -0,0 +1,32 @@ +NAME + Constants + +SYNOPSIS + use Constants; + + use Constants qw(:all); + + use Constants qw(:math); + +DESCRIPTION + Constants module provided the following constants: + + Pi, TwoPi, PiByTwo, PiByFour, InversePi, OneByPi, SqrtTwoPi, + OneBySqrtTwoPi, InverseSqrtTwoPi, Phi, E + +AUTHOR + Manish Sud <msud@san.rr.com> + +SEE ALSO + MathUtil.pm + +COPYRIGHT + Copyright (C) 2015 Manish Sud. All rights reserved. + + This file is part of MayaChemTools. + + MayaChemTools is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. +