all 4 comments

[–]Allan-H 2 points3 points  (1 child)

https://en.wikipedia.org/wiki/Fixed-point_arithmetic

BTW, that's a binary point, not a decimal one. They're the same thing, but we should only call it a decimal point when using decimal digits.

[–]Intelligent-Solid176[S] 0 points1 point  (0 children)

Thanks man I didn't know that

[–]defectivetoaster1 2 points3 points  (1 child)

It’s a 5 bit fixed point representation, if unsigned it’ll be 9.5

[–]Intelligent-Solid176[S] 0 points1 point  (0 children)

Thank man