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