Christophe de Dinechin

Results 242 issues of Christophe de Dinechin

When putting the cursor right after a digit separator, backspace does not work anymore.

bug
done

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...

bug
done

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)

bug
user
done

The quickstart guide in the help currently only contains the titles, but no content.

documentation

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...

feature

Computing `cosh(2+3i)` gives `-3.59+0.530i`, should be `-3.724+.512i`

bug
done

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....

bug
user

Computing `1/sqrt(epsilon0.mu0)` gives the correct unit, but UBASE after that gives something totally nonsensical.

bug
done

Since we have the `ListsAsData` and `ListsAsProgram` settings, it makes sense that `→Program` should convert a list to a program.

feature