State the rule for floating point addition.

FLOATING POINT ADDITION RULES:

 * Choose the number with the smaller exponent.
 * Shift its mantissa right until the exponents of both the numbers are equal.
 * Add the mantissas.
 * Determine the sign of the result.
 * Normalize the result if necessary and truncate/round to the number of mantissa bits.
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment