added some tests for Fixed, will add the rest of the tests in the morning. After that, will implement algorithms for fixed-point sqrt with remainder and fixed-point rsqrt with remainder. Not planning on adding division operator override to Fixed class, since it doesn't give exact results.