CEIL and FLOOR seems to be incorrect

Issue #65 closed
Former user created an issue

Originally reported on Google Code with ID 65

What steps will reproduce the problem?
1. CEIL(3)
2. FLOOR(-1)
3.

What is the expected output? What do you see instead?
1. expected 3, got 4, 2. expected -1, got -2

What version of the product are you using? On what operating system?
got these results while playing with the test suite testhmath

Please provide any additional information below.

Reported by ookami1@gmx.de on 2007-07-13 18:19:15

Comments (4)

  1. Former user Account Deleted

    ``` Indeed. I will fix it in time for 0.8. Thank you. ```

    Reported by `helder.pereira.correia` on 2007-07-13 23:48:46 - Status changed: `Accepted` - Labels added: Milestone-0.8

  2. Former user Account Deleted

    ``` Fixed in trunk and branches/0.8. ```

    Reported by `helder.pereira.correia` on 2007-07-14 02:24:51 - Status changed: `Fixed`

  3. Log in to comment