view 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 source

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.