Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4548296

Browse files
committedJul 26, 2021
Binary representation of the floating-point numbers.
1 parent 2ad5617 commit 4548296

File tree

1 file changed

+1
-0
lines changed
  • src/algorithms/math/binary-floating-point

1 file changed

+1
-0
lines changed
 

‎src/algorithms/math/binary-floating-point/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Be aware that this is by no means a complete and sufficient overview of the IEEE
9797

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

100+
- [Interactive version of this article](https://trekhleb.dev/blog/2021/binary-floating-point/) (allows setting the bits manually and seeing the resulting floating number)
100101
- [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)
101102
- [Float Exposed](https://float.exposed/)
102103
- [IEEE754 Visualization](https://bartaz.github.io/ieee754-visualization/)

0 commit comments

Comments
 (0)
Please sign in to comment.