Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
IEEE 754-1985
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Representation of non-numbers == The biased-exponent field is filled with all 1 bits to indicate either infinity or an invalid result of a computation. === Positive and negative infinity === [[Extended real line|Positive and negative infinity]] are represented thus: : ''sign'' = 0 for positive infinity, 1 for negative infinity. : ''biased exponent'' = all 1 bits. : ''fraction'' = all 0 bits. === NaN === Some operations of [[Floating-point arithmetic#Floating-point operations|floating-point arithmetic]] are invalid, such as taking the square root of a negative number. The act of reaching an invalid result is called a floating-point ''exception.'' An exceptional result is represented by a special code called a NaN, for "[[Not a Number]]". All NaNs in IEEE 754-1985 have this format: : ''sign'' = either 0 or 1. : ''biased exponent'' = all 1 bits. : ''fraction'' = anything except all 0 bits (since all 0 bits represents infinity).
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
IEEE 754-1985
(section)
Add topic