Re: BIG number as string
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.