Loïc Grenié on Tue, 12 Jan 2016 16:40:22 +0100


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

Re: [PATCH] doc: Rewrite documentation for parfor.


    Dear Andreas,

On 2016-01-12 at or around 16:22 GMT+01:00 Andreas declared:
A patch is attached for the documentation of parfor. Comments and corrections
are welcome before I push.

      You forgot to mention that in expr2 i is also substituted by the
  value it had when r is being computed. For instance, parnextprime(N)
  can be coded as

parfor (i=N, , isprime (i), r, if (r, return (i)))

        Loïc