Cloud Tunedcloudtuned.hashnode.dev·Jul 10, 2024Understanding Floating Point NumbersUnderstanding Floating Point Numbers Introduction Floating point numbers are a fundamental aspect of computing, enabling us to perform calculations with real numbers that have fractional components. Despite their ubiquity, floating point numbers can ...Discussfloating point values
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 31, 2023Be careful with floats!Let's consider a simple example in C where we sum floating-point numbers and compare the result to what we might expect. This example will illustrate how floating-point precision issues can lead to unexpected results. We will sum the floating point n...DiscussC Programmingfloating point values