Fixed
Fixed point class, to handle decimal values with a fixed precision.
Floating points have more precision in the range 0, 1 and losses decimal precision outside that range. This fixed point won't lose precision in any integer range.
Fixed in decimal it has precision of: +-9999999.99
7 integer digits, 2 decimal digits.
1 bit for sign 23~24 bits of integer 6~7 bits of decimal