RosettaCodeData/Task/Parallel-calculations/Oforth/parallel-calculations.fth

4 lines
94 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import: parallel
: largeMinFactor dup mapParallel(#factors) zip maxFor(#[ second first ]) ;