Slices of Py
Bits from the world of the Python programming language.


Subscribe to "Slices of Py" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.


Friday, August 15, 2003
 

...is somewhere between 6 and 7.

Google:5 + sqrt(2) = 6.41421356  Google-t: 5 + sqr(2) = 6.41421356

Python:

>>> import math
>>> 5 + math.sqrt(2)
6.4142135623730949

Google: 5 + sqr(rutabaga) : http://sqr.pycs.net :-)

Google: 5+rutabaga**2: Fresh Ideas


7:40:36 PM    


Click here to visit the Radio UserLand website. © Copyright 2003 Dean Goodmanson.
Last update: 9/6/2003; 7:58:16 PM.
August 2003
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
Jul   Sep