We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This doesn't seem like the intended behavior. Are we accidentally trying to do the multiplication in Uint64?
julia> -1*uint64(1) ERROR: InexactError() in * at promotion.jl:159 ```?