[pypy-issue] Issue #2227: Incorrect conversion from float to int (pypy/pypy)

Rossen Georgiev issues-reply at bitbucket.org
Tue Jan 19 03:36:55 EST 2016


New issue 2227: Incorrect conversion from float to int
https://bitbucket.org/pypy/pypy/issues/2227/incorrect-conversion-from-float-to-int

Rossen Georgiev:


```
#!bash

$ pypy --version
Python 2.7.10 (5f8302b8bf9f, Nov 18 2015, 14:34:24)
[PyPy 4.0.1 with MSC v.1500 32 bit]
$ pypy -c "from math import log; x = log(91**53) / log(91); print x, int(x)"
53.0 52
```





More information about the pypy-issue mailing list