⬅︎ Back to Integer division in programming languages
That's very different. That's -7/10.0 which is something else.
If you do -7/float(10) what's the answer?
Comment
That's very different. That's -7/10.0 which is something else.
Parent comment
If you do -7/float(10) what's the answer?