• Blackmist@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    I don’t think that’s how most programmers expect it to work at all.

    However most people would also expect 0.1+0.2==0.3 to return true, so what do I know.

    Floating point is something most of us ignore until it bites us in the ass. And then we never trust it again.

    • Miaou@jlai.lu
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Then most people shouldn’t be writing code, I don’t know what else to tell you, this is probably one of the first thing you learn about FP arithmetic, and any decent compiler/linter should warn you about that.