A89: Re: Re: Ahhh how do you do the...


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

A89: Re: Re: Ahhh how do you do the...




My TI-89 has a xroot function. I don't know what's wrong with yours (Maybe
you forgot to define it?).

-Kevin

-----Original Message-----
From: Glenn Murphy <littlbit@soundex.org>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Wednesday, February 14, 2001 8:22 PM
Subject: A89: Re: Ahhh how do you do the...


>
>If you want to do to the cubed root, do something like this:
>
>3^(1/3)
>
>3 is the number you want the cubed root of, (1/3) means the cubed root.  if
>you want the fourth root, you do:
>
>3^(1/4)
>
>and so on...
>
>This is one of the many reasons why I like the hp49g over the 89.  the
hp49g
>has the handy XROOT() function which when used with the equation editor is
>really easy.
>
>Glenn Murphy
>----- Original Message -----
>From: "Scott" <stormin55@iol18.com>
>To: <assembly-89@lists.ticalc.org>
>Sent: Thursday, February 15, 2001 3:10 AM
>Subject: A89: Ahhh how do you do the...
>
>
>>
>> Hey i know this isnt an asm Q, but i have to know for a quiz, how do you
>> take things to the Xth root on the 89, (like the cube root of 8 is 2),
but
>> be able to choose like the 6th root, 7th, etc?
>>
>>
>>
>
>