MathGroup Archive 2001

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

Search the Archive

Re: Re: Strange error message from NIntegrate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28198] Re: [mg28178] Re: Strange error message from NIntegrate
  • From: BobHanlon at aol.com
  • Date: Wed, 4 Apr 2001 04:13:22 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Look at on-line help for NumberForm, ScientificForm, EngineeringForm, etc.  
Execute the following:

{Pi, E}//N

$PrePrint = NumberForm[#, 10]&;

{Pi, E}//N

$PrePrint = .


Bob Hanlon

In a message dated 2001/4/3 2:57:57 AM, h.holm at spray.no writes:

>How can I ask Mathematica to
>show the answer with more than a few digits?  (It seems that 6
>digits is standard.)


  • Prev by Date: Polar Grids in Mathematica
  • Next by Date: Re: Strange error message from NIntegrate
  • Previous by thread: Re: Re: Strange error message from NIntegrate
  • Next by thread: Re: Strange error message from NIntegrate