RosettaCodeData/Task/Parallel-calculations/Oforth/parallel-calculations.oforth
2016-12-05 23:44:36 +01:00

3 lines
94 B
Text

import: parallel
: largeMinFactor dup mapParallel(#factors) zip maxFor(#[ second first ]) ;