Jump to content

Humble numbers: Difference between revisions

(→‎{{header|Go}}: Optimized digit counting. Cuts overall run time by about 50%.)
Line 195:
five = new(big.Int).SetUint64(5)
seven = new(big.Int).SetUint64(7)
ten = new(big.Int).SetUint64(10)
)
 
9,490

edits

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