RE: TIB: int() error in TI-83?
[Prev][Next][Index][Thread]
RE: TIB: int() error in TI-83?
as far as the calc is conserned,
_
3root(125)=4.9 ,it rounds this to 5 when it gives you the answer
_
int(4.9)=4 takes the never ending 9's off of the 4
> -----Original Message-----
> From: owner-ti-basic@lists.ticalc.org
> [mailto:owner-ti-basic@lists.ticalc.org]On Behalf Of Duck1123@aol.com
> Sent: Saturday, November 07, 1998 5:44 PM
> To: ti-basic@lists.ticalc.org
> Subject: Re: TIB: int() error in TI-83?
>
>
>
> In a message dated 98-10-20 17:08:17 EDT, you write:
>
> << why does:
> 3root(125) return 5 but
> int(3root(125)) return 4?
> (3root = cube root operator)
>
> That seems like a fairly straight forward piece of math to me...
> iPart does
> the same. I can do:
> 3root(125)->X
> and X will return 5, but:
> int(x)
> returns 4!
>
> On the other hand, if I do:
> 5->X
> int(X) will return 5 as it should.
>
> Is my calculator losing its mind? Or is it just me? :) >>
>
References: