Re: TIB: My source code


[Prev][Next][Index][Thread]

Re: TIB: My source code






Rosyna wrote:

> For 86. This is a program that solves a bunch of Trig stuff. Tell me what to add, subtract or change. If you know any other equations for trig PLEASE TELL ME!!! if you want to try it copy everything between prognames and do not include prog names.
>
> Progname: Trig
>
> Float
> Degree
> ClLCD
> Disp "sin x=o/h csc x=h/o"
> Disp "cos x=a/h sec x=h/a"
> Disp "tan x=o/a cot x=a/o"
> Disp ""
> Disp "Each one can be inv."
> Disp ""
> Disp "Solve for?"

Instead, use this:
Disp "sin x=o/h csc x=h/o","cos x=a/h sec x=h/a","tan x=o/a cot x=a/o","","Each one can be inv.","","Solve for?"


References: