Jump to content

Ramanujan primes: Difference between revisions

m
→‎{{header|Go}}: Typos copied from Wren.
(Added Go)
m (→‎{{header|Go}}: Typos copied from Wren.)
Line 71:
fmt.Printf("\nThe 1,000th Ramanujan prime is %6s\n", rcu.Commatize(ramanujan(1000)))
 
fmt.Printf("\nThe 10,000th Ramanujan primesprime is %7s\n", rcu.Commatize(ramanujan(10000)))
 
fmt.Println("\nTook", time.Since(start))
Line 92:
The 1,000th Ramanujan prime is 19,403
 
The 10,000th Ramanujan primesprime is 242,057
 
Took 946.193311ms
9,485

edits

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