1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-06 01:55:47 +00:00

Created RPN Calculator (markdown)

David Schmenk 2017-12-14 13:16:55 -08:00
parent faf6b2a2f6
commit 21fbaa78bf

2
RPN-Calculator.md Normal file

@ -0,0 +1,2 @@
# [rpncalc.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rpncalc.pla)
If you've ever used an HP calculator, you will feel right at home here. This example show hot to interact with the [Floating Point String and FPU](https://github.com/dschmenk/PLASMA/wiki/SANE-Floating-Point) libraries. To look how to interact with the low-level SANE library, look at [sanity.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/sanity.pla).