MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export Numbers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7337] Re: Export Numbers
  • From: Stephen P Luttrell <luttrell at signal.dra.hmg.gb>
  • Date: Tue, 27 May 1997 22:27:15 -0400 (EDT)
  • Organization: Defence Research Agency
  • Sender: owner-wri-mathgroup at wolfram.com

>...
> For example: I want 9.2 * 10^-6 to be
> 
> 0.0000092 in my file
>...

Try using

NumberForm[9.2 * 10^-6,
     ExponentFunction -> (If[-10 < # < 10, Null, #]&)]

This example is copied from page 2.8.7 of the Help Browser
in Mathematica 3.0

=============================================================

Dr Stephen P Luttrell                  luttrell at signal.dra.hmg.gb
Adaptive Systems Theory                01684-894046 (phone)
Room EX21, Defence Research Agency     01684-894384 (fax)           
Malvern, Worcs, WR14 3PS, U.K.        
http://www.dra.hmg.gb/cis5pip/Welcome.html


  • Prev by Date: Re: Random[..]
  • Next by Date: Re: AxesOrigin
  • Previous by thread: Re: Export Numbers
  • Next by thread: Re: Export Numbers