annotate docs/modules/txt/Constants.txt @ 3:90ea638ce878 draft default tip

Uploaded
author deepakjadmin
date Wed, 20 Jan 2016 09:11:59 -0500
parents 2abf0d43254d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
1 NAME
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
2 Constants
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
3
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
4 SYNOPSIS
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
5 use Constants;
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
6
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
7 use Constants qw(:all);
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
8
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
9 use Constants qw(:math);
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
10
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
11 DESCRIPTION
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
12 Constants module provided the following constants:
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
13
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
14 Pi, TwoPi, PiByTwo, PiByFour, InversePi, OneByPi, SqrtTwoPi,
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
15 OneBySqrtTwoPi, InverseSqrtTwoPi, Phi, E
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
16
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
17 AUTHOR
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
18 Manish Sud <msud@san.rr.com>
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
19
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
20 SEE ALSO
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
21 MathUtil.pm
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
22
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
23 COPYRIGHT
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
24 Copyright (C) 2015 Manish Sud. All rights reserved.
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
25
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
26 This file is part of MayaChemTools.
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
27
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
28 MayaChemTools is free software; you can redistribute it and/or modify it
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
29 under the terms of the GNU Lesser General Public License as published by
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
30 the Free Software Foundation; either version 3 of the License, or (at
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
31 your option) any later version.
2abf0d43254d Uploaded
deepakjadmin
parents:
diff changeset
32