Skip to content

ParallelTable

Parallel version of Table (evaluated sequentially).

$ wo 'ParallelTable[i^2, {i, 5}]'
{1, 4, 9, 16, 25}