Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211019131052/https://github.com/trekhleb/javascript-algorithms/commit/4548296affb227c29ead868309e48667f8280c55
@@ -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)