Closed
Description
openedon Jul 19, 2013
On latest commit, I find:
julia> typeof(-int32(1))
Int64
julia> typeof(ones(Int32,1))
Array{Int32,1}
Actually, any arithmetic operation on Int32
scalars yields Int64
scalar, and operations on Int32
arrays yields Int32
array.
Is this supposed the case? or a bug?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment