julia
9b5f8bc5
- fix `hash` docstring from `==` to `isequal` (#59747)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
75 days ago
fix `hash` docstring from `==` to `isequal` (#59747) as stated this is not correct. ``` julia> hash(0.0) 0x23238f9f15dcda9e julia> hash(-0.0) 0x3969366b98f98664 ```
References
#59747 - fix `hash` docstring from `==` to `isequal`
Author
adienes
Parents
38bed82b
Loading