Christophe de Dinechin
Christophe de Dinechin
When putting the cursor right after a digit separator, backspace does not work anymore.
When putting an expression on the stack and selecting `HELP` we should show the `Expressions` help topic. Instead, we jump to the `Expressions containing variables` topic. We should check if...
Small reproducer: ``` 4 FIX NoTrailingDecimal 500 ``` This shows `5000000` instead of `500.0000`. [Reported by `grbrum`](https://www.hpmuseum.org/forum/thread-20157-post-192697.html#pid192697)
The quickstart guide in the help currently only contains the titles, but no content.
Combining grobs to match the operations already implemented to build equation grobs. Specifically: * GROB+GROB adds the second grob to the right of the first one * GROB^GROB adds second...
Computing `cosh(2+3i)` gives `-3.59+0.530i`, should be `-3.724+.512i`
Found while investigating #1224: It looks like the name of the state file is not correctly stored in preferences. To see the problem, open bug1224.48s, quit the app and restart....
Computing `1/sqrt(epsilon0.mu0)` gives the correct unit, but UBASE after that gives something totally nonsensical.
Since we have the `ListsAsData` and `ListsAsProgram` settings, it makes sense that `→Program` should convert a list to a program.