Christophe de Dinechin
Christophe de Dinechin
Need to think about how to represent tensors. A problem is to deal with covariant / contravariant operations.
Look at how [newRPL][newrpl] does it. They implement up to 2000 digits. That should be sufficient for most use cases. [newrpl]: https://github.com/smartin-calc/newRPL-hp50g-usersguide/blob/master/newRPL-hp50g-usersguide.md#about
This was a trend already on the HP50G. Cover the various aliases to systematically use this shortcut as an option for store and recall
When showing a `SolvingMenu`, display the equation being solved
When looking for help for an equation entry and having it failing, we then get a message about two files being open at the same time.
For library equations, the third-level menu should directly lead to solving the equation.
The parsing code currently loops over all the parsers. This is quite inefficient, probably better to scan ahead and decide which scanning routine to call.
Add a recorder entry for each command, function and arithmetic that is automatically generated from the macros.
Comment on YouTube video suggests it would be nice to have fixed-width digits. Add a setting to enable that.
As pointed out by @spiff72, descenders are not showing correctly in the units menu, and `kg` shows as `kq`. This could lead to ambiguities. Making the menus a couple of...