Re: "Numeric overflow"?
Re: "Numeric overflow"?
set eps to 1
repeat while true
try
set eps to eps/2
1/eps
on error
log(eps)
exit
end
end
--> 5.562684646268e-309
Small enough :p ?
++ JB
Le 13 sept. 05, à 18:31, Emmanuel a écrit :
At 7:54 AM -0700 9/13/05, Jon Pugh wrote:
At 4:19 PM +0100 9/12/05, Mr Tea wrote:
Is your client juggling unfeasibly large numbers?
More likely, is he dividing by unreasonably small numbers?
Pardon my stubbornness, Jon, but do you have an example of an
unreasonably small number, Jon?
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden