Message91919
I wasn't keen to add the 2-argument log() extension either. However, I
bet it would help if the docs for that were changed to explain that
log(x, base) is just a convenient shorthand for computing
log(x)/log(base), and therefore may be a little less accurate than a
function that directly computed the logarithm wrt the given base. |
|
| Date |
User |
Action |
Args |
| 2009-08-24 13:25:12 | tim.peters | set | recipients:
+ tim.peters, mark.dickinson, steve21 |
| 2009-08-24 13:25:12 | tim.peters | set | messageid: <[email protected]> |
| 2009-08-24 13:25:09 | tim.peters | link | issue6765 messages |
| 2009-08-24 13:25:09 | tim.peters | create | |
|