
June 6th, 2002, 01:49 PM
|
|
Code Poet
|
|
Join Date: Jun 2002
Location: Boston
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Use the math package:
Python 2.1.3 (#1, Apr 20 2002, 10:14:34)
...
>>> import math
>>> math.sqrt(2)
1.4142135623730951
--parker
|