
This tutorial continues the journey to understand floating-point arithmetic, and how to improve the precision of modern programming language types.
At the end of this article, you will find a link to download a simple C# library that provides a new type which improves the precision of traditional float
and double
variables.