MathGroup Archive 1990

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

Search the Archive

N[10^-11,16]

  • To: mathgroup at yoda.ncsa.uiuc.edu
  • Subject: N[10^-11,16]
  • From: uunet!wri!ab
  • Date: Thu, 16 Aug 90 01:20:02 CDT

Mathematica (sun4) 2.0pre-alpha (August 15, 1990)
Copyright 1988,1989,1990 Wolfram Research, Inc.

In[3]:= N[10^-11,16]

             -11
Out[3]= 1. 10

---------------
In[2]:=   Table[Table[{i, j, N[10^-i, j]}, {j, 1, 2 * i}], {i, 1, 50}]
Produced a long long output where everything was OK.


  • Prev by Date: Re: Bug in Integrate?
  • Next by Date: PointSize Problem
  • Previous by thread: Re: Bug in Integrate?
  • Next by thread: PointSize Problem