Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4548296

Browse files
committed
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‎

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /