![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archive"pow" (power) function
From: Russ <uymqlp502@sneakemail.com>
Date: Thu Mar 16 2006 - 00:39:59 CET
I have a couple of questions for the number crunchers out there:
Does "pow(x,2)" simply square x, or does it first compute logarithms
Does "x**0.5" use the same algorithm as "sqrt(x)", or does it use some
Thanks,
|