This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 mark.dickinson
收信人 fredrikj, mark.dickinson, pitrou, rhettinger, terry.reedy, vstinner
日期 2008-12-19.22:19:49
SpamBayes Score 2.1545653e-05
Marked as misclassified
Message-id <1229725191.35.0.164713455653.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
> ... so that ``k`` is approximately ``1 + int(log(abs(x), 2))``.

I guess that could work.

One other thing:  the docs for the trunk seem to suggest that we should 
be using trunc here, rather than int.  I'm looking at:

http://docs.python.org/dev/library/stdtypes.html#numeric-types-int-
float-long-complex

and particularly the note (2), that says of int(x) and long(x):

"Deprecated since version 2.6: Instead, convert floats to long 
explicitly with trunc()."
历史
日期 用户 动作 参数
2008-12-19 22:19:51mark.dickinson修改recipients: + mark.dickinson, rhettinger, terry.reedy, pitrou, vstinner, fredrikj
2008-12-19 22:19:51mark.dickinson修改messageid: <1229725191.35.0.164713455653.issue3439@psf.upfronthosting.co.za>
2008-12-19 22:19:50mark.dickinson链接issue3439 messages
2008-12-19 22:19:49mark.dickinson创建