[issue28993] math.ceil() python 2.7

2016-12-16 Thread Zachary Ware
Zachary Ware added the comment: The `/` operator in Python 2 does integer division. `math.ceil(10/3)` in Python 2 is equivalent to `math.ceil(3)`. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tr

[issue28993] math.ceil() python 2.7

2016-12-16 Thread femi
New submission from femi: math.ceil(10/3) python 2.7.12 returns 3 -- messages: 283434 nosy: akinfemi09 priority: normal severity: normal status: open title: math.ceil() python 2.7 versions: Python 2.7 ___ Python tracker