Re: How do I get the decimals?
Re: How do I get the decimals?
- Subject: Re: How do I get the decimals?
- From: LuKreme <email@hidden>
- Date: Thu, 29 Jul 2004 19:36:52 -0600
On 29 Jul 2004, at 16:35, Adam K. Wuellner wrote:
On Jul 29, 2004, at 4:55 PM, Michelle Steiner wrote:
If you want just the fraction,
266 / 11 - 266 div 11
--> 0.181818181818
or a two-operation version:
266 mod 11 / 11
Is mod higher precedence than /? Or are they the same?
I would have expected mod to be lower than /, but it's not.
--
Ah we're lonely, we're romantic / and the cider's laced with acid / and
the Holy Spirit's crying, Where's the beef? / And the moon is swimming
naked / and the summer night is fragrant / with a mighty expectation of
relief
_______________________________________________
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.