Parallel calculations: Difference between revisions

m
no edit summary
mNo edit summary
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")
{{out}}
The number that has the largest minimum prime factor is 98421229882942378967, with a smallest factor of 736717
</lang>
 
4,102

edits