Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3004
| From | Gregory Lypny <gregory.lypny@videotron.ca> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Displaying Numbers in Non-Scientific Format |
| Date | 2011-06-08 11:11 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <isnldm$n07$1@smc.vnet.net> (permalink) |
| References | <20110607064329.XEEEG.576501.imail@eastrmwml43> |
Much obliged, Bob. I'll study ExponentStep and learn when to use it
instead of ExponentFunction, but of which are a little fuzzy to me.
Regards,
Gregory
On Tue, Jun 7, 2011, at 6:43 AM, Bob Hanlon wrote:
>
> nf[x_]:=NumberForm[x,{15,4},
> DigitBlock->{3,5},
> NumberSeparator->",",
> ExponentStep->Infinity];
>
> x=13957636.8843;
>
> nf[x]
>
> 13,957,636.8843
>
>
> Bob Hanlon
>
> ---- Gregory Lypny <gregory.lypny@videotron.ca> wrote:
>
> =============
> Hi everyone,
>
> What is the simplest way to display output in non-scientific notation?
I have descriptive statistics that I would like to display as
13,957,636.8843 (despite the meaninglessness of the digits to the right
of the decimal) instead of 1.39576 x 10^6?
>
> Much obliged,
>
> Gregory
>
>
> --
>
> Bob Hanlon
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Displaying Numbers in Non-Scientific Format Gregory Lypny <gregory.lypny@videotron.ca> - 2011-06-08 11:11 +0000
csiph-web