MathGroup Archive 1998

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

Search the Archive

prescribed precision for output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14834] prescribed precision for output
  • From: "Alexander D. Khilinsky" <smiles at chat.ru>
  • Date: Wed, 18 Nov 1998 01:29:39 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi ! 
How to make Mathematica output numbers with prescribed precision. For
exapmle, 
Mathematica do

d=2./3;
d>>t;
<<t
Out[]=0.6666666666666666

I want

d=2./3;
d>>t;
<<t
Out[]=0.6667


  • Prev by Date: Re: Simplify
  • Next by Date: Looking for Packages
  • Previous by thread: reducing error of using NDsolve
  • Next by thread: Looking for Packages