fixed point

Fixed point math refers to using integer math to perform math on non-integral numbers. The programmer is responsible for shifting numbers around and converting when necessary in order to properly simulate the behaviour of calculating with floating point numbers.