Fixed Point Arithmetic

What’s the point of fixed point?

Fixed point is the solution to a problem.

Problem: I want to do arithmetic with fractional resolution but I can’t afford the CPU cycles to use floating point.

Solution: Fixed point.

Read in full here:

https://vha3.github.io/FixedPoint/FixedPoint.html

This thread was posted by one of our members via one of our news source trackers.

2 Likes