/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

gregat.es
| | pavpanchekha.com
2.9 parsecs away

Travel
| | [AI summary] The article discusses the limitations of arbitrary precision arithmetic in avoiding floating point rounding errors and advocates for expression rearrangement as a more effective solution.
| | orlp.net
4.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
| | blog.m-ou.se
3.3 parsecs away

Travel
| | A few years ago, due to some random chain of events, I ended up implementing a conversion from 128 bit integers to 64 bit floats. This would've turned out to be a complete waste of time, except that my final version is faster than the builtin conversion of every compiler I tested. In this blog post, I'll explain what happened, how floats work, how this conversion works, and how it got a bit out of hand.
| | pavpanchekha.com
30.8 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.