cbrt() gives wrong results

Issue #359 duplicate
Former user created an issue

Originally reported on Google Code with ID 359 ``` What steps will reproduce the problem? 1. Type in 9*9*9. The result should be 729 2. Type in cbrt(729). The result shown is 8,6 3. Type in 729^(1/3). The result shown is 9

What is the expected output? What do you see instead? The result shown in step 2 is obviously not right. I guess.

What version of the product are you using? On what operating system? 0.10.1 on openSUSE 11.2(i586)

Please provide any additional information below. I didn't look if anyone reported the error yet. Sorry. Too lazy. But no matter how awesome, well designed, easy to use and powerful (SpeedCrunch!) a calculator is, the most important thing is, that it gives you _correct_ results, so I'm a little bit afraid to use SpeedCrunch now (I still do it). ```

Reported by `joelschum` on 2010-10-14 20:45:20

Comments (1)

  1. Former user Account Deleted

    ``` @Joel: please try 0.11-alpha, it should be fixed there. ```

    Reported by `helder.pereira.correia` on 2010-11-09 06:07:36 - Status changed: `Duplicate` - Merged into: #230

  2. Log in to comment