• 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
Re: Yosemite decimal number conversion error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yosemite decimal number conversion error


  • Subject: Re: Yosemite decimal number conversion error
  • From: Shane Stanley <email@hidden>
  • Date: Wed, 29 Oct 2014 14:44:18 +1100

On 29 Oct 2014, at 1:40 pm, Takaaki Naganoya <email@hidden> wrote:

I found an error with decimal number conversion from AppleScript's ‘real' into Cocoa's ‘float'.
Is it well-known?

I'm not sure that it's strictly an error, but the problem seems to be that the return value has a different precision. Storing floating-point values in binary form nearly always involves some rounding.

If you need exact matching values, you could try this:

on numberFloatWith:aNum
set theNum to current application's NSNumber's numberWithFloat:aNum
return (theNum's descriptionWithLocale:(current application's NSLocale's systemLocale())) as real
end numberFloatWith:

But that's going to be messy with lists.

I guess the question is: Where and how does it really matter?

-- 
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Yosemite decimal number conversion error
      • From: Takaaki Naganoya <email@hidden>
References: 
 >Yosemite decimal number conversion error (From: Takaaki Naganoya <email@hidden>)

  • Prev by Date: Yosemite decimal number conversion error
  • Next by Date: Re: Yosemite decimal number conversion error
  • Previous by thread: Yosemite decimal number conversion error
  • Next by thread: Re: Yosemite decimal number conversion error
  • Index(es):
    • Date
    • Thread