I noticed the following strangeness:

julia> r = 0.6:0.3:1.2
0.6:0.3:1.2

julia> r.step
3.0

julia> r.start
6.0

julia> r = 0.6:0.3:1.4
0.6:0.3:1.2

julia> r.start
0.6

julia> r.step
0.3

Am I missing something?

julia> versioninfo()
Julia Version 0.3.0-prerelease+1829
Commit 037a469* (2014-03-04 12:46 UTC)
Platform Info:
  System: Darwin (x86_64-apple-darwin13.1.0)
  CPU: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
  LAPACK: libopenblas
  LIBM: libopenlibm

Thanks.

Reply via email to