Function ln() fails by one order of magnitude

Issue #150 invalid
Former user created an issue

Originally reported on Google Code with ID 150 ``` What steps will reproduce the problem? 1. Start SpeedCrunch 0.9 (provided in Kubuntu Hardy Heron 2. type for example ln(0.4)

What is the expected output? What do you see instead? Expected result is -0.916..., SpeedCrunch messes up by one order of magnitude and outputs -9.16... .

What version of the product are you using? On what operating system? 0.9 Kubuntu Hardy Heron

Please provide any additional information below.

```

Reported by `timm.gloger` on 2008-01-28 19:36:39

Comments (4)

  1. Former user Account Deleted

    ``` I don't have Kubuntu so my idea might be completely wrong...

    Are we talking about the actual result in the result screen or just the tooltip which is displayed as you type, but before hitting Enter?

    My SpeedCrunch (latest version from trunk) correctly shows -0.916... in the result screen, but -9.16...e-1 in the tooltip (note the e-1 at the end!). Which is, of course, both correct. ```

    Reported by `ogre.crewman` on 2008-01-28 20:16:16

  2. Former user Account Deleted

    ``` Sorry, i forgot to mention that. I am talking about the tool-tip, where i always get a e0 at the end. I will try trunk. ```

    Reported by `timm.gloger` on 2008-01-28 20:37:35

  3. Former user Account Deleted

    ``` Cannot verify this in version 0.9 either. Semmes to be dependent on your special settings. ```

    Reported by `wolf.lammen` on 2008-01-29 13:26:30

  4. Former user Account Deleted

    ``` If this error really exists, it is because some GUI output routines cut off the exponent in the output process. Since it cannot be verified, and it was not specified when exactly the error occurs, I close this issue and mark it as invalid. ```

    Reported by `wolf.lammen` on 2008-02-04 02:52:05 - Status changed: `Invalid`

  5. Log in to comment