MathGroup Archive 2002

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

Search the Archive

Re: Question about precision.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38412] Re: Question about precision.
  • From: Dave Langers <RemoveThisPart.d.langers at wxs.nl>
  • Date: Sat, 14 Dec 2002 03:19:41 -0500 (EST)
  • References: <atcasb$3m0$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

> In[30]:=
> N[Sqrt[1.3], 50]
> 
> Out[30]=
> 1.14018

Try

In[31]:=
N[Sqrt[13/10], 50]

Out[31]=
1.1401754250991379791360490255667544790760053109164



  • Prev by Date: Re: Re: functions inside Module
  • Next by Date: Mathematica is NOT ABLE to export proper eps files ?!
  • Previous by thread: Question about precision.
  • Next by thread: RE: Question about precision.