New submission from Alex Rhatushnyak:

In Python 2.7.4:

import math
for i in range(40, 55):  print int(math.log(2**i, 2)),

output:

40 41 42 43 44 45 46 46 48 49 49 50 52 53 53

----------
messages: 188976
nosy: Alex.Rhatushnyak
priority: normal
severity: normal
status: open
title: int(math.log(2**i, 2))
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to