diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b8d810 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# HP35s programs + +## Description + +Programs to add funcionality to the HP35s calculator + +## Contents + +*****S** - Save (S001) and restore (S011) the stack in/from (J) 10-13. + +**Q** - Solve quadratic equation, it takes a, b and c from the stack and it +doesn't use any variables. + +**P** - Cross product between two vectors, it takes the vectors from the stack. +It uses (J) 105-110 and (I) 100-102 |