[SciPy-user] Universal constants

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri Jan 28 15:14:47 EST 2005


>>>>> "R" == R Padraic Springuel <rspringuel at smcvt.edu> writes:

    R> Does anybody know where within scipy (or its associated
    R> packages) pi and e are defined?  Also, are any other constants
    R> predefined?  I'm thinking of adding a few others to the list
    R> but don't want to duplicate effort if its already done and
    R> would like to keep everything in one place.


>>> from scipy import pi, e
>>> pi
3.1415926535897931
>>> e
2.7182818284590451




More information about the SciPy-User mailing list