Comparing Floats Using Epsilon
Before we get to understand epsilon, let us first understand what is precision of a number? What is precision? As we have explained in detail in “The book of C”, each data type has a finite memory allocated to it and hence it can store finite range of data. In case of floating point numbers…
Continue Reading