Parallel calculations: Difference between revisions

m
mNo edit summary
Line 1,047:
answer = maximum(keys(mins))
println("The number that has the largest minimum prime factor is $(mins[answer]), with a smallest factor of $answer")
</lang>
{{out}}
<pre>
The number that has the largest minimum prime factor is 98421229882942378967, with a smallest factor of 736717
</langpre>
 
=={{header|Mathematica}}==
4,102

edits