Assume you are working on base-10 computer which allows 3 digits for mantissa (fraction) and uses rounding. The (normalized) floating point number on machine looks like 1. f gh*10e ,where f, g, h are integers between 0 and 9 and e is exponent. Write floating point representation fl (1/3) of 1/3 on the machine.