Lack of precision for exponents

Issue #30 closed
Former user created an issue

Originally reported on Google Code with ID 30

What steps will reproduce the problem?
Type in 10^n ; n is >= to 27 

What is the expected output? 
If n=27 : 10e26
If n=99 : 10e98

What do you see instead?
If n=27 : 9.99999999999999999997e26
If n=99 : 1.54822428861097916382e91

What version of the product are you using? On what operating system?
ver 0.7 beta 2 on Windows and Linux, same result.

Reported by antdes45ym on 2007-04-21 23:18:18

Comments (4)

  1. Former user Account Deleted

    ``` Thank you for the report. This accuracy problem is is already addressed in the development version, will be available for version 0.8 ```

    Reported by `ariya.hidayat` on 2007-04-22 22:36:29 - Status changed: `Started` - Labels added: Milestone-0.8

  2. Former user Account Deleted

    ``` OK, this is fixed in trunk.

    ```

    Reported by `ariya.hidayat` on 2007-06-12 08:29:11 - Status changed: `Fixed`

  3. Log in to comment