TI-M: Re: where is the cubed root key on the 89


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

TI-M: Re: where is the cubed root key on the 89




just make a function

:xroot(xx, yy)
:Func
:yy^(1/xx) STO=> zz
:Return zz
:EndFunc

syntax: cube root of 8 is xroot(3,8)
maybe put this in a kbdprgmX and prompt for root, etc.
----- Original Message -----
From: "Greg" <newstome2001@yahoo.com>
To: <ti-math@lists.ticalc.org>
Sent: Monday, October 09, 2000 9:36 PM
Subject: TI-M: where is the cubed root key on the 89


>
> hi there i've looked for a cubed root key on the 89 or a key that allows
any
> root of your choosing and couldn't find it... I can work around by raising
> to powers e.x. cubed root of x = x^(1/3). It would be nice, however, to
know
> if there is a nicer way to do that...
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>



References: