We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coeff
1 parent 680d148 commit e5fb7ceCopy full SHA for e5fb7ce
src/types.jl
@@ -368,7 +368,7 @@ function hash2(s::BasicSymbolic{T}, salt::UInt)::UInt where {T}
368
hv ⊻= hash2(k, hash(v))
369
end
370
h = hash(hv, salt)
371
- h = hash(hashoffset, hash(s.coeff, h))
+ h = hash(hashoffset, hash2(s.coeff, h))
372
elseif E === DIV
373
h = hash2(s.num, hash2(s.den, salt ⊻ DIV_SALT))
374
elseif E === POW
0 commit comments