A82: Re: sin, cos, tan
[Prev][Next][Index][Thread]
A82: Re: sin, cos, tan
Yes In the Tirom the following functions exists :
Call (Hex)
10E0 OP1 = SIN(OP1)
10E4 OP1 = COS(OP1)
10E8 OP1 = TAN(OP1)
14C8 OP1 = TANH(OP1)??
14CC OP1 = COSH(OP1)??
14D0 OP1 = SINH(OP1)??
1567 OP1 = ARCCOS(OP1)
156D OP1 = ARCSIN(OP1)
1578 OP1 = ARCTAN(OP1)
Try them out .. And check the ti-rom.txt :)
// Salix
-----Original Message-----
From: Greg Milewski <l0rdg0at@juno.com>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: den 12 mars 1998 23:42
Subject: A82: sin, cos, tan
>
>i've seen some source code for a sine / cosine / tangent routine, and saw
>the length of the tables at the end... is there any such table built into
>the ti-rom? if so, it'll save me some 200-500 bytes in a prog i'm
>working on.... (hush, hush).
>thank you.
>
>-Greg
>
>_____________________________________________________________________
>You don't need to buy Internet access to use free Internet e-mail.
>Get completely free e-mail from Juno at http://www.juno.com
>Or call Juno at (800) 654-JUNO [654-5866]
>
Follow-Ups: