and scroll down the left hand column table of contents until you get to Programming. Then open up that section of the manual with a click. Step through the introduction page by page and it will show you how to enter and later run a program or function of your own.
Last edited by a moderator:
#3
Peppino
39
0
thanks.
#4
nathanthegreat
15
0
If you just want a simple program...
:Prompt a,b
:Disp (a^2-b^2)^.5
Now, that is the most basic version, and not very good looking, but it will get the job done.