Humble numbers: Difference between revisions

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