|
[Date Index]
[Thread Index]
[Author Index]
Re: Export Numbers
- To: mathgroup at smc.vnet.net
- Subject: [mg7334] Re: [mg7317] Export Numbers
- From: Allan Hayes <hay at haystack.demon.co.uk>
- Date: Tue, 27 May 1997 22:27:08 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
23 May 1997
Peter Buttgereit <Buttgereit at pbmail.me.kp.dlr.de>
[mg7317] Export Numbers
> can someone let me know how to flatten exponents in numbers when
> exporting them to an ASCII file?
> For example: I want 9.2 * 10^-6 to be
>
> 0.0000092 in my file
>
>instead of
> -6
> 9.2 10
Peter:
NumberForm[9.2 * 10^-6,ExponentFunction ->(Null&)]
"0.0000092"
Allan Hayes
hay at haystack.demon.co.uk
http://www.haystack.demon.co.uk/
Prev by Date:
rules->function
Next by Date:
Re: Export Numbers
Previous by thread:
Export Numbers
Next by thread:
Re: Export Numbers
|