|
[Date Index]
[Thread Index]
[Author Index]
Re: Export Numbers
- To: mathgroup at smc.vnet.net
- Subject: [mg7332] Re: [mg7317] Export Numbers
- From: Andrei Constantinescu <constant at athena.polytechnique.fr>
- Date: Tue, 27 May 1997 22:27:02 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On Fri, 23 May 1997, Peter Buttgereit wrote:
> Dear Mathgroup,
> 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
>
> the way that it looks like at the moment.
>
> Thanks in advance,
> Peter
>
>
Try the FortranForm, ScientificForm, ... operators, and they will
give you the desired form !
Cheers,
Andrei
Prev by Date:
Re: Export Numbers
Next by Date:
Re: Plot3D error
Previous by thread:
Re: Export Numbers
Next by thread:
Re: Export Numbers
|