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
FloatRange does not appear to be exported from Base, so you need to run using Base.FloatRange before trying to use it or reference it as Base.FloatRange from your code. It is a little strange that we export UnitRange and StepRange but not FloatRange.
(Your code above will also throw because Julia has no Float type; you probably want either Float64 or FloatingPoint.)
simonster
changed the title
FloatRange not defined
FloatRange not exported
Apr 23, 2014
Out: FloatRange{Float64} (constructor with 1 method)
But
Out: FloatRange not defined
Out: FloatRange not defined
The text was updated successfully, but these errors were encountered: