DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Document the use of empty parentheses in equations

Open c3d opened this issue 2 years ago • 0 comments

In the current implementation, it is possible to insert empty parentheses in algebraic equations, that will "steal" a value from the stack when evaluating. This actually looks like a nice feature, but it would need to be documented.

Examples:

  • 'A' 'B' '()+()' EVAL gives 'A+B'.
  • X 'sin()' EVAL gives ``sin X`.

This is an extension to traditional RPL.

c3d avatar Jul 23 '23 20:07 c3d