| 
	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
	 | 
 
- To: pari-users@pari.math.u-bordeaux.fr
 
- Subject: Re: Muller implementation don't know where is the problem
 
- From: Eduardo Morras <emorrasg@yahoo.es>
 
- Date: Mon, 15 Apr 2019 23:05:26 +0200
 
- Delivery-date: Mon, 15 Apr 2019 22:59:00 +0200
 
- Disposition-notification-to: emorrasg@yahoo.es
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1555361937; bh=P8xNQkWMq/4i6LV4hbFqXrCCBwKvcWeQz+i/fEY+ZsQ=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=sGH5f4IKRf/n+hjHXGgysIRmfbwbMNQp7OibRYUOroBJ5mbhkoK7Kjf9t+2sFyBTVqwXBQWo/gEFFd5CFASrXkw2xf1ekBm9bu5zM268g0K6ajpxyBOtG+GOBMwTsrEG+y8WtUfF1Ne9kPLDnZEkU3HZXHCuYkEVDBE8952JQHhH/lW2UMh6vWDnKrCuLyITrjTQvjk//2KEVRO9GZV9YXGJ9M2ge6NAwyXxtGpoB/so7ZKSxQ285aEk5hLQOzJE4JiIjjsLUxuoeYnyZ2PY06w8Xt6Wl188NZ3ArHYpxjblGY2ZtTqv+rPvfTCmTKVX+JGBmHwGpmu2OObgirLfJQ==
 
- In-reply-to: <20190414113717.4i4zwqkb4rsoywsc@yellowpig>
 
- References: <20190414100328.80d086bcaee4321b4765ca1a@yahoo.es>	<20190414113717.4i4zwqkb4rsoywsc@yellowpig>
 
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>