MathGroup Archive 2003

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

Search the Archive

Re: Displaying many digits

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40959] Re: [mg40933] Displaying many digits
  • From: Bobby Treat <drmajorbob+MathGroup3528 at mailblocks.com>
  • Date: Fri, 25 Apr 2003 08:07:00 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

BesselJ[1, SetPrecision[3, 22]]
% // FullForm
Precision@%%

0.339058958525936458926
0.33905895852593645892551523243728`20.7577
21

FullForm or Precision shows how many digits of precision the answer 
claims to have.  You have somewhat less precision than the input, and I 
can't predict how much you'll lose.

Bobby

-----Original Message-----
From: Stepan Yakovenko <yakovenko at ngs.ru>
To: mathgroup at smc.vnet.net
Subject: [mg40959] [mg40933] Displaying many digits

HI!

  And what if I want to see many BesselJ's digits ?

In[2]:= N[BesselJ[1,3.],20]
Out[2]= 0.339059

--
Best regards,
  Stepan                          mailto:yakovenko at ngs.ru


  • Prev by Date: Re: Ot
  • Next by Date: Re: Ot
  • Previous by thread: Re: Displaying many digits
  • Next by thread: RE: Displaying many digits