wzhd is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse.
If you don't, you can sign up here.
@wzhd Floating-point NaN is weird in that NaN != NaN. Rust has PartialEq too express this. Eq is the usual ==, but it inherits from PartialEq, so you need both.
@wzhd Floating-point NaN is weird in that NaN != NaN. Rust has PartialEq too express this. Eq is the usual ==, but it inherits from PartialEq, so you need both.