Re: Displaying Numbers in Non-Scientific Format
- To: mathgroup at smc.vnet.net
- Subject: [mg119524] Re: Displaying Numbers in Non-Scientific Format
- From: Gregory Lypny <gregory.lypny at videotron.ca>
- Date: Wed, 8 Jun 2011 07:12:16 -0400 (EDT)
- References: <201106071046.GAA05906@smc.vnet.net>
Thank you, Heike. Works well. I'll have to do some homework on
ExponentFunction!
Regards,
Gregory
On Tue, Jun 7, 2011, at 7:05 AM, Heike Gramberg wrote:
> You could try something like
>
> NumberForm[12098948739.1234, {Infinity, 4}, DigitBlock -> 3,
> NumberSeparator -> {",", ""}, ExponentFunction -> (Null &)]
>
> Heike
>
> On 7 Jun 2011, at 11:46, Gregory Lypny 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
>>
>
- References:
- Displaying Numbers in Non-Scientific Format
- From: Gregory Lypny <gregory.lypny@videotron.ca>
- Displaying Numbers in Non-Scientific Format