Max Alekseyev on Fri, 05 Nov 2021 17:47:59 +0100
[
Date Prev
] [
Date Next
] [
Thread Prev
] [
Thread Next
] [
Date Index
] [
Thread Index
]
return statement from inside parfor does not work
To
:
pari-users@pari.math.u-bordeaux.fr
Subject
: return statement from inside parfor does not work
From
: Max Alekseyev <
maxale@gmail.com
>
Date
: Fri, 5 Nov 2021 12:47:19 -0400
The following function never terminates despite executing the 'return' statement:
f() = parfor(i=0,+oo, if(i==100,print(i);return(i)) );
Calling f() does print '100', but ignores the 'return' statement. What's wrong?
Regards,
Max
Follow-Ups
:
Re: return statement from inside parfor does not work
From:
Loïc Grenié <loic.grenie@gmail.com>
Re: return statement from inside parfor does not work
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Prev by Date:
Re: size of the coefficients returned by bnfisnorm()
Next by Date:
Re: return statement from inside parfor does not work
Previous by thread:
Re: size of the coefficients returned by bnfisnorm()
Next by thread:
Re: return statement from inside parfor does not work
Index(es):
Date
Thread