Eduardo Morras on Mon, 15 Apr 2019 22:59:00 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Muller implementation don't know where is the problem


On Sun, 14 Apr 2019 13:37:17 +0200
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr> wrote:

> Hello Eduardo,
> 
> I found three problems:
> >   
> >   for(i=1,10000000 
> 
> You need a comma here

Yes, you're right, I didn't see it. 

> >     if(x >= y,
> >       res = x + c,
> >       res = y + c
> >     )
> 
> You need a semicolon here

Yes, that too!

> Hope this help,
> Bill

Thanks a lot, I spend 2 days with those stupid errors. 


---   ---
Eduardo Morras <emorrasg@yahoo.es>