Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbalfieri committed Mar 10, 2019
1 parent 74daaf5 commit 9d7a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Format value binary (spaces added for readability)
1.3.8 infinity 0 111 00000000 all 1's exponent; zero fraction
1.3.8 -infinity 1 111 00000000
1.3.8 NaN 0 111 00000001 all 1's exponent; any non-zero fraction
1.3.8 -NaN 1 111 00000001
1.3.8 -NaN 1 111 00000001 -0/0 = -NaN etc.
1.3.8 1.0 0 010 00000000 1 * 2^0 (bias exponent)
1.3.8 -1.0 0 010 00000000
1.3.8 2.0 0 011 00000000
Expand Down

0 comments on commit 9d7a401

Please sign in to comment.