• 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: BIG number as string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BIG number as string


  • Subject: Re: BIG number as string
  • From: Mr Tea <email@hidden>
  • Date: Sun, 22 Dec 2002 00:18:58 +0000

This from Paul Berkowitz - dated 21-12-02 11.10 pm:

> PythonMultiply(12345678, 87654321)
> -->"1082152022374638"

This still produces a real if either of the numbers is large enough to
compile as a real.

So, this line:

PythonMultiply(1082152022374638, 87654321)

...compiles to this:

PythonMultiply(1.08215202237464E+15, 87654321)

...and gives this result:

"9.48553007401e+22"


Mr Tea
_______________________________________________
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: BIG number as string
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: BIG number as string (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: BIG number as string
  • Next by Date: New GUI Scripting
  • Previous by thread: Re: BIG number as string
  • Next by thread: Re: BIG number as string
  • Index(es):
    • Date
    • Thread