| hermann on Thu, 21 Sep 2023 11:24:46 +0200 | 
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: PariDroid questions | 
On 2023-09-21 00:01, Bill Allombert wrote:
Great, I added a link to termux to <https://pari.math.u-bordeaux.fr/links.html> Cheers, Bill
Cool.
Is there a package I can install with pkg command
under termux that makes gp ??? work?
? ?parfor
parfor(i=a,{b},expr1,{r},{expr2}): evaluates the
expression expr1 in parallel for all i between a and b (if
b is set to +oo, the loop will not stop), resulting in as
many values; if the formal variables r and expr2 are
present, evaluate sequentially expr2, in which r has been
replaced by the different results obtained for expr1 and i
with the corresponding arguments.
? ???par
sh: /data/data/com.termux/files/usr/bin/gphelp: No such file or 
directory
? Regards, hermann.