MathGroup Archive 2007

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

Search the Archive

Using N function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76270] Using N function
  • From: kkwweett <kkwweett at hotmail.fr>
  • Date: Fri, 18 May 2007 06:31:51 -0400 (EDT)

Good morning Mathematica users,


Can anyone tell me, please, which of a),b) or c) is wrong :

a)
<MathematicaHelp>
<quote>

N[expr] is equivalent to N[expr, MachinePrecision].

</quote>
</MathematicaHelp>

b)
In[1]:=N[Exp[Sqrt[163 ]Pi] - 640320^3]
Out[1]=256.


c)
In[2]:=N[Exp[Sqrt[163 ]Pi] - 640320^3,$MachinePrecision]
Out[2]=743.9999999999993

?

Thank you


  • Prev by Date: Small bug in the documentation for LatticeReduce (v6)
  • Next by Date: Help in changing the vertical axis tick label format
  • Previous by thread: Small bug in the documentation for LatticeReduce (v6)
  • Next by thread: Re: Using N function