emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: constant `e'


From: Slawomir Nowaczyk
Subject: Re: constant `e'
Date: Sat, 10 Feb 2007 19:41:38 +0100

On Sat, 10 Feb 2007 00:07:24 +0100
Dieter Wilhelm <address@hidden> wrote:

#> But python uses also the constants e and pi.  

except in Python you need:

>>> import math
>>> math.e
2.7182818284590451
>>> math.pi
3.1415926535897931

i.e. "e" and "pi" are not global.

-- 
 Best wishes,
   Slawomir Nowaczyk
     ( address@hidden )

Isn't vi that text editor with two modes...
 one that beeps and one that corrupts your file?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]