RPN-rs is an RPN calculator written in rust using FLTK.
Also can be run as command line or as a graphical text user interface.
- Number - Scalar (via
rugcrate) - Numbers - Matrix (via
libmat)- Matrices of any of above scalars
- Correct interaction between scalars and Matrices
- Numbers - Tuples
- Vector of any scalar value
- Allow for statistical functions on groups of data
- Allow for stack functions on tuples (push/pop)
- User-Interface
GUI- Graphical User InterfaceTUI- Full terminal user interfaceCLI- Basic interactive command line
- RPN Calculator
- Arbitrary precision
- Matrices
- Simple stack view
libstdc++-staticlibpng-devellibjpeg-develzlib-devel
GRPN- HP RPN Calculators (e.g. HP48G)