This tutorial continues the journey to understand floating-point arithmetic, and how to improve the precision of modern programming language types. Part 1. An Introduction to Floating-Point Arithmetic Part 2. Beyond Floating-Point in C# At the end of this article, you will find a link to download a simple C# library that provides a new type […]
The post Improving Floating-Point Precision in C# appeared first on Alan Zucconi.