MathGroup Archive 2007

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

Search the Archive

Floor doesn't compute in some cases

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83234] Floor doesn't compute in some cases
  • From: Valeri Astanoff <astanoff at gmail.com>
  • Date: Fri, 16 Nov 2007 05:16:01 -0500 (EST)

Good day,

Floor doesn't compute in some cases:

Floor[Log[31]/Log[2]]

4

ok, but:

Floor[Log[32]/Log[2]]

Floor::meprec: Internal precision limit $MaxExtraPrecision = 50.`
reached while evaluating Floor[Log[32]/Log[2]]. >>

Floor[Log[32]/Log[2]]

$Version

6.0 for Microsoft Windows (32-bit) (June 19, 2007)

I don't see the reason why...


V.Astanoff


  • Prev by Date: Re: RE: greetings and a question!
  • Next by Date: NDSolve and Differential Equations
  • Previous by thread: Re: Help needed with new Export (v. 6)
  • Next by thread: Re: Floor doesn't compute in some cases