Did you know...
Sep. 17th, 2004 12:23 am
C:\>python
>>> from math import pi, e
>>> (pi**4 + pi**5) ** (1/6.0)
2.7182818086119149
>>> e
2.7182818284590451
source: have your own pi t-shirt
C:\>python
>>> from math import pi, e
>>> (pi**4 + pi**5) ** (1/6.0)
2.7182818086119149
>>> e
2.7182818284590451
source: have your own pi t-shirt