Possible bug.
Possible bug.
- Subject: Possible bug.
- From: Deivy Petrescu <email@hidden>
- Date: Sun, 2 May 2004 20:33:18 -0400
First script
set x to ((1 / (2 ^ 2 + 1)))
try
run script x
on error
"x is " & x
end try
---0.2
Second script
set x to ((1 / (2 ^ 3 + 1)))
try
run script x
on error
"x is " & x
end try
---"x is 0.111111111111"
It happens with a bunch of numbers.
Smells like a bug, looks like a bug and walks like a bug, is it a bug?
--
Regards
Saudagues
Deivy
http://www.dicas.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.