Re: Scientific notation
Re: Scientific notation
- Subject: Re: Scientific notation
- From: Emmanuel <email@hidden>
- Date: Fri, 2 May 2003 11:53:03 +0200
At 8:24 PM -0400 01/05/03, Steve Roy wrote:
>
Hi,
>
>
In a script, I'm getting small real numbers such as 3.0E-4. When I turn them to
>
string, I would like them to appear in normal notation "0.0003" instead of
>
"3.0E-4". Is that possible?
The Satimage osax (which is free) is for you:
-------------------------
format 3.0E-4 into "0.0000"
-- "0.0003"
format 3.0E-4 into "0.########"
-- "0.0003"
-------------------------
<
http://www.satimage-software.com/en/softx.html#osax>
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.