• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Possible bug.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Possible bug.
      • From: Christopher Nebel <email@hidden>
    • Re: Possible bug.
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: [Q] What are your favorite OS X Scripting Additions?
  • Next by Date: Re: Possible bug.
  • Previous by thread: Re: Quicktime Scripting
  • Next by thread: Re: Possible bug.
  • Index(es):
    • Date
    • Thread