RosettaCodeData/Task/Executable-library/Mathematica/executable-library-2.math

4 lines
121 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
<< hailstone.m;
Print["The most common hailstone length is ",
Commonest[Length@*hailstone /@ Range[99999]][[1]], "."];