Jump to content

Blum integer: Difference between revisions

m
(→‎{{header|Wren}}: Only need to store first 50.)
m (→‎{{header|Wren}}: Minor tidy.)
Line 49:
System.print("\n\% distribution of the first 400,000 Blum integers:")
for (i in [1, 3, 7, 9]) {
Fmt.print(" $6.3f\% end in $i d", counts[i]/4000, i)
}
return
9,491

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.