/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

james.darpinian.com
| | blog.reverberate.org
3.8 parsecs away

Travel
| | Author's note: this article used to be called "What Every ComputerProgrammer Should Know About Floating Point, part 1". Some peoplenoted that this was perh...
| | projectf.io
3.8 parsecs away

Travel
| | Integer multiply and divide instructions form the optional M extension. Making multiplication and division optional keeps the base instruction set simple and reduces the size of the smallest RISC-V core. This post includes a brief overview of common RISC-V extensions.
| | orlp.net
5.0 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
| | pavpanchekha.com
33.4 parsecs away

Travel
| [AI summary] The blog post discusses a floating-point error example where the expression sqrt(x^2) leads to significant inaccuracies due to numerical overflow and underflow, highlighting how even accurate operations can compose into an inaccurate result.