Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, January 22, 2014

What is Arithmetic Floating Point?

Arithmetic which automatically keeps track of the scaling for the results. In floating point operations, the numbers consists of two parts --
a signed mantissa and an integral exponent. Arithmetic is performed on both the mantissa and exponent for the result. It is contrasted with fixed point arithmetic in which the programmer must keep track of the decimal point.

No comments:

Post a Comment