so?
for rational numbers, (a//b) * c is exactly the same as (a*c) // (b), in the end you have 0//0 no?
I mean observe:
julia> float(1//0)
Inf
julia> float(2//0)
Inf
so?
for rational numbers, (a//b) * c is exactly the same as (a*c) // (b), in the end you have 0//0 no?
I mean observe:
julia> float(1//0)
Inf
julia> float(2//0)
Inf