![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "pow" (power) function
From: Terry Reedy <tjreedy@udel.edu>
Date: Fri Mar 17 2006 - 03:36:57 CET
"Mike Ressler" <mike.ressler@alum.mit.edu> wrote in message
For floats, f**g == exp(log(f**g)) == exp(g*log(f)) (with maybe further
The time for i**j, on the other hand, grows at least as fast as log(j). So
Terry Jan Reedy
|