Skip to content

Commit

Permalink
Binary representation of the floating-point numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Jul 26, 2021
1 parent 2ad5617 commit 4548296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/algorithms/math/binary-floating-point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Be aware that this is by no means a complete and sufficient overview of the IEEE

You might also want to check out the following resources to get a deeper understanding of the binary representation of floating-point numbers:

- [Interactive version of this article](https://trekhleb.dev/blog/2021/binary-floating-point/) (allows setting the bits manually and seeing the resulting floating number)
- [Here is what you need to know about JavaScript’s Number type](https://indepth.dev/posts/1139/here-is-what-you-need-to-know-about-javascripts-number-type)
- [Float Exposed](https://float.exposed/)
- [IEEE754 Visualization](https://bartaz.github.io/ieee754-visualization/)

0 comments on commit 4548296

Please sign in to comment.