/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mattgreer.dev
| | codingnest.com
6.4 parsecs away

Travel
| | There is a lot of confusion about floating-point numbers and a lot of bad advice going around. IEEE-754 floating-point numbers are a complex beast, and comparing them is not always easy, but in this post, we will take a look at different approaches and their tradeoffs.
| | orlp.net
6.2 parsecs away

Travel
| | [AI summary] A deep dive into the complexities and pitfalls of comparing different numeric types (integers and floating-point) across various programming languages and the CPU architecture
| | projectf.io
4.9 parsecs away

Travel
| | Sometimes you need more precision than integers can provide, but floating-point computation is not trivial (try reading IEEE 754). You could use a library or IP block, but simple fixed point maths can often get the job done with little effort. Furthermore, most FPGAs have dedicated DSP blocks that make multiplication and addition of integers fast; we can take advantage of that with a fixed-point approach.
| | leimao.github.io
36.9 parsecs away

Travel
| Storing Floating Point Value on Computer with Fixed Bitwidth