Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2999 > unrolled thread

Re: Displaying Numbers in Non-Scientific Format

Started byBob Hanlon <hanlonr@cox.net>
First post2011-06-07 12:13 +0000
Last post2011-06-07 12:13 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: Displaying Numbers in Non-Scientific Format Bob Hanlon <hanlonr@cox.net> - 2011-06-07 12:13 +0000

#2999 — Re: Displaying Numbers in Non-Scientific Format

FromBob Hanlon <hanlonr@cox.net>
Date2011-06-07 12:13 +0000
SubjectRe: Displaying Numbers in Non-Scientific Format
Message-ID<isl4le$7ln$1@smc.vnet.net>
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

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web