aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 6b8d8107cce274b8f82152552ad24d2bed716139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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