Floating-Point Number


A real number (that is, a number that can contain a fractional part). The following are floating-point numbers:

3.0

-111.5

½

3E-5

The last example is a computer shorthand for scientific notation. It means 3*10-5 (or 10 to the negative 5th power multiplied by 3).

In essence, computers are integer machines and are capable of representing real numbers only by using complex codes. The most popular code for representing real numbers is called the IEEE Floating-Point Standard .

The term floating point is derived from the fact that there is no fixed number of digits before and after the decimal point; that is, the decimal point can float. There are also representations in which the number of digits before and after the decimal point is set, called fixed-pointrepresentations. In general, floating-point representations are slower and less accurate than fixed-point representations, but they can handle a larger range of numbers.

Note that most floating-point numbers a computer can represent are just approximations. One of the challenges in programming with floating-point values is ensuring that the approximations lead to reasonable results. If the programmeris not careful, small discrepancies in the approximations can snowball to the point where the final results become meaningless.

Because mathematics with floating-point numbers requires a great deal of computing power, many microprocessors come with a chip, called a floating point unit (FPU ), specialized for performing floating-point arithmetic. FPUs are also called math coprocessors and numeric coprocessors.

Read Also:

  • flocculation

    (v.) to form flocculent masses; form aggregated or compound masses of particles. In printer terminology, flocculation is the clumping of pigment particles in an ink formulation. This often leads to problems with ink nozzles clogging and the print cartridge not printing.

  • flog

    Slang term used to mean fake Web log (blog). A flog is usually a blog that is used for marketing one’s own service or product. These flogs will usually contain content that is written by a paid individual within a company or corporation, and the content may consist of biased reviews and other self-promoting content. […]

  • floodgater

    Slang term used to describe a person who sends multiple e-mails of which the receiver has little or no real interest in reading. The term is derived from the phrase “being flooded with e-mail”.

  • Floppy Disk

    )A soft magnetic disk. It is called floppy because it flops if you wave it (at least, the 5��-inch variety does). Unlike most hard disks, floppy disks (often called floppies or diskettes) are portable, because you can remove them from a disk drive. Disk drives for floppy disks are called floppy drives. Floppy disks are […]

  • floppy drive

    Short for floppy disk drive (FDD), a disk drive that can read and write to floppy disks.


Disclaimer: Floating-Point Number definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.