MathGroup Archive 2000

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

Search the Archive

Compiled

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23823] Compiled
  • From: bernd at bio.vu.nl (Bernd Brandt)
  • Date: Sat, 10 Jun 2000 03:00:38 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear members,

I would like to ask something about Compile: 
Should Compiled -> False when using WorkingPrecison > 16

The manual is not clear about this, and it seems not to matter anyway.
Maybe Compiled is automatically set to False when WorkingPrecison > 16?

However at Compiled this is stated:
* You should set Compiled -> False if you need to use highprecision
numbers.

At WorkingPrecsion: 
NIntegrate[1/x, {x, 1, 2},  WorkingPrecision -> 40,  Compiled -> False]


In 3.9.3 however, the same example without Compiled ->False:
NIntegrate[1/x, {x, 1, 2}, WorkingPrecision -> 40]

Kind regards,
Bernd Brandt


  • Prev by Date: Re: Levenberg-Marquardt ?
  • Next by Date: Re: Finding Front-End Options
  • Previous by thread: Re: Lorenz system
  • Next by thread: Re: Compiled