Re: how to format decimal precision of a real?
Re: how to format decimal precision of a real?
- Subject: Re: how to format decimal precision of a real?
- From: Emmanuel <email@hidden>
- Date: Sun, 3 Mar 2002 13:26:05 +0100
At 8:46 AM +0100 3/3/02, Bill Hoffman wrote:
>
>
> The simplest answer is: 324.234234234 * 100 div 1 / 100
>
>
This works fine for my needs, just what I was looking for. Thanks to all
>
who replied.
Not so sure it will work exactly as you expect.
-----------------------
324.18 * 100 div 1 / 100
324.19 * 100 div 1 / 100
324.2 * 100 div 1 / 100
324.21 * 100 div 1 / 100
324.22 * 100 div 1 / 100
-----------------------
324.18
324.19
324.2
324.2 <-- not a typo
324.22
Emmanuel
_______________________________________________
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.