Hey everyone! Julia's way of handling negative values in % seem to be different. julia> 7 % -3 1
julia> -7 % 3 -1 julia> -7 % -3 -1 julia> Is this a bug or a feature? Regards, Pranit Bauva
Hey everyone! Julia's way of handling negative values in % seem to be different. julia> 7 % -3 1
julia> -7 % 3 -1 julia> -7 % -3 -1 julia> Is this a bug or a feature? Regards, Pranit Bauva