upiterbarg / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

ceil is the same as floor #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Ceil(3/2)

What is the expected output? What do you see instead?
expected mpf('2'), mpf('1')

What version of the product are you using? On what operating system?
mpmath 0.11 (compiled from source)  on Ubuntu 8.04

Please provide any additional information below.

Original issue reported on code.google.com by Joan....@gmx.net on 31 May 2009 at 3:49

GoogleCodeExporter commented 9 years ago
3/2 = 1 in Python, so this is not an mpmath bug.

Original comment by fredrik....@gmail.com on 31 May 2009 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by fredrik....@gmail.com on 2 Jun 2009 at 7:05