<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hybrid Arithmetic Types. How to increase computational accuracy and range in a DIY approach.</title><link>https://www.dotnetzone.gr:443/cs/blogs/jajaja/archive/2009/03/30/hybrid-arithmetic-types-how-to-increase-computational-accuracy-and-range-in-a-diy-approach.aspx</link><description>In the process of developing software that has to deal with complex numerical computations, many times you have to think of ways to manipulate your biggest enemy: the double type. Some may disagree, but for a certain category of mathematical problems</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>re: Hybrid Arithmetic Types. How to increase computational accuracy and range in a DIY approach.</title><link>https://www.dotnetzone.gr:443/cs/blogs/jajaja/archive/2009/03/30/hybrid-arithmetic-types-how-to-increase-computational-accuracy-and-range-in-a-diy-approach.aspx#49713</link><pubDate>Tue, 31 Mar 2009 05:00:46 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:49713</guid><dc:creator>Dimitris Papadimitriou</dc:creator><description>&lt;p&gt;This is very interesting!&lt;/p&gt;
&lt;p&gt;There is something you can do to avoid casting on assignment. You need to use implicit operator. Have a look: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/z5z9kes2"&gt;http://msdn.microsoft.com/en-us/library/z5z9kes2&lt;/a&gt;(VS.71).aspx&lt;/p&gt;
</description></item><item><title>re: Hybrid Arithmetic Types. How to increase computational accuracy and range in a DIY approach.</title><link>https://www.dotnetzone.gr:443/cs/blogs/jajaja/archive/2009/03/30/hybrid-arithmetic-types-how-to-increase-computational-accuracy-and-range-in-a-diy-approach.aspx#49714</link><pubDate>Tue, 31 Mar 2009 05:25:39 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:49714</guid><dc:creator>Markos</dc:creator><description>&lt;p&gt;There are a few numeric types that are not included in the provided code. For example, float was left out. Everyone can modify it freely acording to his/her needs (DIY). Another modification might be to create a struct instead of a class. In fact, the use of a struct might be more appropriate. I leave all those decisions to the user. I only wanted to present the idea.&lt;/p&gt;
</description></item></channel></rss>