You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> rg =1//2:31//2:3//1
julia>length(rg)
ERROR:InexactError()
in call at base.jl:38in length at range.jl:191
julia>for x in rg println(x) end1//23//25//27//29//211//2... (does not end)
I guess this should work if we adjust the endpoint on construction?
The text was updated successfully, but these errors were encountered:
I guess this should work if we adjust the endpoint on construction?
The text was updated successfully, but these errors were encountered: