2

I can't calculate a simple math expression 1.3e4 * 10 in the Gnome's calculator in scientific mode, I just get "Malformed expression" warning below the number pane. What am I supposed to do?

1 Answer 1

1

Gnome calculator would prefer to see

1.3x10^4 * 10

A shortcut to do this is to press ctrl+e, as in

1.3ctrl+e4

This can be found in the calculator application help menu, under 'scientific notation'

5
  • I wonder why it is not intuitive as it's supposed to be?, it works though. Commented Apr 22, 2019 at 14:14
  • @Jim-chrissCharles The notation that you used does work elsewhere, like in the LibreOffice Calc spreadsheet, and I would have used it myself! Gnome Calculator is useful to me for short, small calculations but not much that's more complex. Commented Apr 22, 2019 at 14:20
  • @Jim-chrissCharles It's very intuitive if you're familiar with LaTeX, but I agree it feels like a strange design choice not to support the e-style notation. Commented Apr 22, 2019 at 14:45
  • @undercat I knew I recognized it from somewhere - but it's been several years since I did serious work with LaTeX Commented Apr 22, 2019 at 14:46
  • This notation doesn't follow precedence rules. For example 2e80/5e79 should come out as 4 but 2×10⁸⁰÷5×10⁷⁹ comes out as 4×10¹⁵⁸. I know I can "solve" this by putting parentheses around the numbers, but that makes no logical sense; a single number, that just happens to be a scientific number, shouldn't require redundant parentheses. This is just one of the many things Gnome-calculator just screws up completely from a usability point of view. (The others being unable to copy/paste results into other programs like Calc because it's all malformed.) Commented Jul 1 at 18:52

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.