You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/algorithms/math/binary-floating-point/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Be aware that this is by no means a complete and sufficient overview of the IEEE
97
97
98
98
You might also want to check out the following resources to get a deeper understanding of the binary representation of floating-point numbers:
99
99
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)
100
101
-[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)
0 commit comments