Hacker News new | ask | show | jobs
by eugenekolo 846 days ago
`int(a/b)` instead of `a//b` (for trunc to zero behavior. especially important when working with c or disassembled code)