julia> eps(Float64)
2.220446049250313e-16
All of those are below machine precision, so are effectively zero. You just cannot compute any more accurately than that.
julia> eps(Float64)
2.220446049250313e-16
All of those are below machine precision, so are effectively zero. You just cannot compute any more accurately than that.