abhi9u@lemmy.world to Technology@lemmy.worldEnglish · 1 year agoHow Python Compares Floats and Ints: When Equals Isn’t Really Equalblog.codingconfessions.comexternal-linkmessage-square36linkfedilinkarrow-up1115arrow-down17
arrow-up1108arrow-down1external-linkHow Python Compares Floats and Ints: When Equals Isn’t Really Equalblog.codingconfessions.comabhi9u@lemmy.world to Technology@lemmy.worldEnglish · 1 year agomessage-square36linkfedilink
minus-squareMiaou@jlai.lulinkfedilinkEnglisharrow-up1·edit-21 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