Re: recognizing numbers
[Prev][Next][Index][Thread]
Re: recognizing numbers
It is probably slower, but you could do an if int(a)=a... you can use this
same thing to check if a number is divisibel by N if int(a/n)=(a/n)... in
a sence, you are using one as N... if int(a/1)=(a/1) is simplified to if
int(a)=a...
BHegge7615 wrote:
> Is it possible for A TI-83 to recognize numbers which are whole numbers?
> For example:
>
> lbl 1
> randint(1, 1000)/3 -> A
> If A=(a whole number)
> then
> end
> else
> goto 1
>
> Thank you.
>
> ~Bas Hegge
--
Tim Brierley
brierley@erols.com
Follow-Ups:
References: