In Julia 3.3 `linspace(0, 1, 10) ` works, but `linspace(0, 1, 10.)` does not.
Why is the type not automatically converted to Int when possible? Is this
intended or a bug?
Christoph
In Julia 3.3 `linspace(0, 1, 10) ` works, but `linspace(0, 1, 10.)` does not.
Why is the type not automatically converted to Int when possible? Is this
intended or a bug?
Christoph