Introducing DecimalMath
Ever been working on a project that requires Decimal precision, but then stuck because you need to use something from System.Math that would shave off half your precision? I was in a similar situation several years ago. It made me wonder what it would actually take to implement something like Pow with a fractional exponent […]