abhi9u@lemmy.world to Technology@lemmy.worldEnglish · 1 year agoHow Python Compares Floats and Ints: When Equals Isn’t Really Equalblog.codingconfessions.comexternal-linkmessage-square42linkfedilinkarrow-up1141arrow-down19
arrow-up1132arrow-down1external-linkHow Python Compares Floats and Ints: When Equals Isn’t Really Equalblog.codingconfessions.comabhi9u@lemmy.world to Technology@lemmy.worldEnglish · 1 year agomessage-square42linkfedilink
minus-squareMiaoulinkfedilinkEnglisharrow-up1·1 year agoRust has a warning (has it been promoted to error? I think it was supposed to be) about comparing floats. Nothing to do with same being const. You basically don’t have an equality operator for them
Rust has a warning (has it been promoted to error? I think it was supposed to be) about comparing floats. Nothing to do with same being const. You basically don’t have an equality operator for them