Hacker News new | ask | show | jobs
by 8note 3645 days ago
integers are frequently used to represent fixed point numbers anytime you're doing interesting math in an embedded system
1 comments

And old PC hardware, where you aren't guaranteed to have an FPU, or where integer operations were a lot quicker than FP ones.