Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes: - Avoid a beep on shift-ENTER (shifting Alpha mode) - Do not drop top of stack if editing editor with EXIT - Display factorial as a postfix (`X!` and not `!X`) - Modulo on negative integers - Computation of modulo for fractions - Parsing of `+` at end of command-line (interpreted as number) - Trailing zeros inserted if non-displayed significant digit Features: - Optimization of the text editor, now reasonably fast on battery - Add ancillary functions to manage complex numbers - Add `pi` function - Respect angles settings in trigonometric functions - Added `Purge` and `PurgeAll` to `MemoryMenu` - Normalized angle for complex in polar form (sensitive to DEG/RAD/GRAD) Other: - Some rearranging of the menus (unfinished) - Updated the proposed keyboard layout, notably with "Previous menu" and "Toolbox" (context-sensitive menu) keys, removal of duplicate "Stack" key assignment. - Make GC and busy animation a bit faster to avoid skipping on battery Signed-off-by: Christophe de Dinechin <[email protected]>
- Loading branch information