Floating point: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
Created page with '{{header}} IEEE standard defining the binary representation of a floating point number. * See: http://en.wikipedia.org/wiki/IEEE_754 {{footer}}'
 
No edit summary
 
Line 1: Line 1:
{{header}}
{{header}}


[[IEEE]] standard defining the binary representation of a [[floating point]] number.
"Floating point" is a term used to describe a number that has a "less than one" component, indicated by a period. In computers, numbers are represented as being a certain length; 32-[[bit]], 64-bit and so on. The period used to indicate where the whole number ends and the fraction begins can be vary where it is, hence the term "float".


* See: http://en.wikipedia.org/wiki/IEEE_754
The [[IEEE 754]] standard dictates how most computers and software handle the [[binary]] representation of these floating point numbers.
 
It is common to see the term "single-precision" and "double-precision" floating point numbers. These refer to numbers that are 32-bit and 64-bit values, respectively.


{{footer}}
{{footer}}

Latest revision as of 01:48, 12 October 2009

 Alteeve Wiki :: Floating point

"Floating point" is a term used to describe a number that has a "less than one" component, indicated by a period. In computers, numbers are represented as being a certain length; 32-bit, 64-bit and so on. The period used to indicate where the whole number ends and the fraction begins can be vary where it is, hence the term "float".

The IEEE 754 standard dictates how most computers and software handle the binary representation of these floating point numbers.

It is common to see the term "single-precision" and "double-precision" floating point numbers. These refer to numbers that are 32-bit and 64-bit values, respectively.

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Alteeve Enterprise Support Community Support
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.