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
- Follow-Ups:
- Re: Using N function
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Using N function
- From: Carl Woll <carlw@wolfram.com>
- Re: Using N function