Float Data Type Floating-Point Precision
Floating-Point Number Decimal Numbers
Floating-Point Arithmetic Floating-Point Exception
Floating-Point Constant Overflow

 

The number of digits a floating-point number can represent accurately. A data type that represents decimal numbers with a floating-point precision.
Numbers with a fractional part represented by decimal notation. A number that can represent fractions or decimal values.
An exception that occurs during floating-point operations, such as division by zero. Mathematical operations performed on floating-point numbers.
An error that occurs when a floating-point operation results in a value too large to be represented. A value that remains constant and does not change during the execution of a program.

 

Underflow Double-Precision Floating-Point

 

A floating-point format that uses twice the storage to represent numbers with increased range and precision. An error that occurs when a floating-point operation results in a value too small to be represented.