Re: How to increase Working Precision?




"rjf" <fateman@xxxxxxxxx> wrote in message
news:c742b996-12f0-471a-b1d6-c2a53cd57aa9@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 5, 12:35 pm, "Nasser Abbasi" <n...@xxxxxxxxx> wrote:
"Paul J Salmon" <pauljsal...@xxxxxxxxx> wrote in
messagenews:8b028ca7-4e58-4167-95ea-ad06d5428c4f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


2.0 is low precision. try N[Pi+2,1000]. You could try reading the
manual.

Using N[] that way seems to be the same as using SetPrecision:

In[43]:= r = N[Pi + 2, 1000];
Precision[r]
Out[44]= 1000.

In[45]:= r = SetPrecision[Pi + 2, 1000];
Precision[r]
Out[46]= 1000.

What exactly is the difference you show by using N[] vs. SetPrecision[] as I
said?

Nasser


.


Loading