RosettaCodeData/Task/Executable-library/Mathematica/executable-library-2.math
2015-11-18 06:14:39 +00:00

3 lines
121 B
Text

<< hailstone.m;
Print["The most common hailstone length is ",
Commonest[Length@*hailstone /@ Range[99999]][[1]], "."];