[Question 1][Clarification on “Fixed Fractional Values” in C# Float Data Type Usage]
Hi,
Reffering to this lesson in C#:
“Notice that the float data type is the least precise, so it’s best to use this data type for fixed fractional values to avoid unexpected computation errors.“
Could you please clarify what exactly is meant by “fixed fractional values” in this context ? An example would also be appreciated.
Thank you !
Hi, Reffering to this lesson in C#: “Notice that the float data type is the least precise, so it’s best to use this data type for fixed fractional values to avoid unexpected computation errors.” Could you please clarify what exactly is meant by “fixed fractional values” in this context ? An example would also be appreciated. Thank you ! Read More