The julia round function seems to work OK up to factorial(75), but breaks at factorial 76. Is this a bug in the round function?
julia>round(factorial(big(75)), sigdigits=2)
2.5e+109
julia>round(factorial(big(76)), sigdigits=2)
1.900000000000000000000000000000000000000000000000000000000000000000000000000006e+111