FPU
Short for floating-point unit, a specially designed chip that performs floating-point calculations. Computers equipped with an FPU perform certain types of applications much faster than computers that lack one. In particular, graphics applications are faster with an FPU.Some microprocessors, such as the Intel 80486 and Pentium, have a built-in FPU. With other microprocessors, you can usually add an FPU by inserting the FPU chip on the motherboard.Floating-point units are also called numeric coprocessors, math coprocessors, and floating-point processors.
Stands for "Floating Point Unit." Computer processors are better at dealing with integers than with real numbers (a.k.a. floating point numbers). So when the CPU encounters a floating-point expresion (ie. 1.62 * 0.87359), it sends the problem to the FPU. The FPU is specifically designed to handle floating-point math, so it computes expressions invloving real numbers more efficiently. Floating point units used to be manufactured as individual chips, but they are now usually integrated into the CPU.