MayaChemTools

Previous  TOC  NextConstants.pmCode | PDF | PDFA4

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

SEE ALSO

MathUtil.pm

COPYRIGHT

Copyright (C) 2024 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.

 

 

Previous  TOC  NextJuly 1, 2024Constants.pm