julia
11c517e3
- fix hashing of complex values with zero imaginary part (#59779)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
109 days ago
fix hashing of complex values with zero imaginary part (#59779) follow up to a minor typo introduced in https://github.com/JuliaLang/julia/pull/59185 which caused `hash(0im) != hash(0)`, and adds some tests for this case
References
#59779 - fix hashing of complex values with zero imaginary part
Author
adienes
Parents
493d72d3
Loading