Calculation Error

Issue #399 invalid
Former user created an issue

Originally reported on Google Code with ID 399

What steps will reproduce the problem?
Opening SpeedCrunch, typing in 5,3*10^6


What is the expected output? What do you see instead?
Expected Output: 5300000 or 5,3*10^6.
Instead the output is 53.

What version of the product are you using? On what operating system?
Ubuntu 11.04 amd64, Speedcrunch 0.10.1


Please provide any additional information below.

Screenshot: http://h11.abload.de/img/screenshot-speedcrunc3rkvc.png

Reported by emaier58 on 2012-03-19 17:18:29

Comments (9)

  1. Former user Account Deleted

    ``` I can't reproduce this. Is there any chance you can try building the latest development version and see if it still happens? Otherwise I'll just assume this is something that has been fixed since 0.10.1. ```

    Reported by `helder.pereira.correia` on 2012-03-20 13:01:00

  2. Former user Account Deleted

    ``` Tried to install the alpha, but don't know how to resolve this error:

    /Desktop/speedcrunch-0.11-alpha/src$ qmake Project ERROR: unsupported Qt minor version 7 found but 3, 4 or 5 required

    ```

    Reported by `emaier58` on 2012-03-20 15:07:53

  3. Former user Account Deleted

    ``` I downloaded the tarball you recommended. Can't install it (tried on the third system from USB stick (Ubuntu 11.04 amd64):

    ubuntu@ubuntu:/Downloads/speedcrunch-SpeedCrunch-5d1eec2/src$ qmake ubuntu@ubuntu:/Downloads/speedcrunch-SpeedCrunch-5d1eec2/src$ make g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DSPEEDCRUNCH_VERSION=trunk -DENABLE_BINRELOC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Imath -Icore -Igui -Ithirdparty/binreloc -I. -o constants.o core/constants.cpp In file included from core/constants.cpp:21:0: ./core/constants.h:24:30: fatal error: QtCore/QStringList: No such file or directory compilation terminated. make: * [constants.o] Error 1

    ```

    Reported by `emaier58` on 2012-03-20 20:11:15

  4. Former user Account Deleted

    ``` This is not a bug - the superscript font numbers just aren't recognized as the power function. If you write the equation properly as 5,3*10^6 it works correctly.

    So 2^2 is ok, 2² is not ;-). ```

    Reported by `cyberkiller8` on 2012-06-12 12:07:59

  5. Former user Account Deleted

    ``` @cyberkiller40: Actually - issue 325 :) ```

    Reported by `helder.pereira.correia` on 2012-06-13 04:36:11

  6. Former user Account Deleted
    Closing this report as it works with current development code and will be available
    in 011 (issue 325).
    

    Reported by helder.pereira.correia on 2012-12-13 22:45:29 - Status changed: Invalid

  7. Log in to comment