Re: Trig on 85


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

Re: Trig on 85



On 11/26/96 21:35, CHRIS ANDERSON muttered something stupid about Trig on 85




>        Are ther secand, cosecant, and cotangent things on the 85?  I can
> to
>find them if they are.


No, but making a program would be easy. Simply type in the number on the home
screen, and run this program.


:menu(1,"sec",sec,3,"csc",csc,5,"cot",cot
:Lbl sec
:Disp 1/(cos Ans)
:goto theend
:Lbl csc
:Disp 1/(sin Ans)
:goto theend
:Lbl cot
:Disp (cos Ans)/(sin Ans)
:theend






<pre>
---
 * PW * Nietzche is pietzche, but Sartre is smartre.
</pre>


References: