Re: Mac FixedPoint[] problem looks like SameQ[] is culprit
- To: mathgroup at smc.vnet.net
- Subject: [mg119557] Re: Mac FixedPoint[] problem looks like SameQ[] is culprit
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Thu, 9 Jun 2011 05:46:11 -0400 (EDT)
- References: <isnlkl$n6h$1@smc.vnet.net>
- Reply-to: nma at 12000.org
On 6/8/2011 4:15 AM, McHale, Paul wrote: > > FixedPoint[Cos,1.1,SameTest->(SameQ[#1,#2]&)] > $Aborted > > My conclusion is SameQ has some issue. Anyone think this is correct? >BTW, all work on the PC. > on windows 7, Mathematica 8.0.1, I get In[3]:= FixedPoint[Cos,1.1,SameTest->(SameQ[#1,#2]&)] Out[3]= 0.7390851332151607 --Nasser