Re: magic integer converter number 62? - Joking???
Re: magic integer converter number 62? - Joking???
- Subject: Re: magic integer converter number 62? - Joking???
- From: Deivy Petrescu <email@hidden>
- Date: Wed, 21 Feb 2001 22:33:44 -0500
x has nothing to do with it, it seems:
(2.6 - (2.6 mod 1)) as integer
--> Can't make 2.0 into an integer
Nor does mod have anything to do with it:
(64.6 - 0.6) as integer
--> Can't make 64.0 into an integer
But the total before subtracting x did:
(65.6 - 0.6) as integer
-- 65
(64.6 - 0.6) as integer
--> Can't make 64.0 into an integer
Paul Berkowitz
You are wrong Paul!
set x to 61
set b to ((x + (2.6 - (2.6 mod 1))) - x) as integer
has a problem, but
set x to 62
set b to ((x + (2.6 - (2.6 mod 1))) - x) as integer
does not. And apparently 62 is the lower bound for x so that b does
not return an error.
Why? i do not know.
64 at least I would look for a clue, 62 clueless!
Regards
Deivy Petrescu
http://www.dicas.com
Tips for your Mac.
Dicas para o seu Mac.
mailto:email@hidden
mailto:email@hidden