Floating-point

From Wexos's Wiki
Revision as of 17:31, 1 May 2024 by Wexos (talk | contribs) (Imported from avsys wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In computing, a floating-point value is a method to store real number in computer memory. The name refers to that the radix point is can vary, unlike fixed-point which has a fixed radix point. All floating-point values can be written as for integer values , and .

IEEE

IEEE specifies multiple standards for floating-point numbers of different sizes. The following table shows the most used:

Name Size
Half 16-bit
Float 32-bit
Double 64-bit

External Links