SE401:Group107:Find the reduntant module
- The reduntant modules are all the normalisers and denormalisers to convert a float point number into IEEE 754 format, except the first normaliser and the last denormaliser.
- They could be romoved since the float point operation modules do not require the input to be IEEE 754 standard, but any float point numbers.