• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            S.l.e!ep.¢%

            像打了激速一樣,以四倍的速度運(yùn)轉(zhuǎn),開(kāi)心的工作
            簡(jiǎn)單、開(kāi)放、平等的公司文化;尊重個(gè)性、自由與個(gè)人價(jià)值;
            posts - 1098, comments - 335, trackbacks - 0, articles - 1
              C++博客 :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

            How to compare double or float in Cpp

            Posted on 2010-03-06 16:13 S.l.e!ep.¢% 閱讀(712) 評(píng)論(0)  編輯 收藏 引用 所屬分類(lèi): VC

            簡(jiǎn)單方便型:

            double i=90.02;
            if (? (i-90.02) >= 0.00?)

            How to compare double or float in Cpp

            From MetaSharp

            Jump to: navigation, search

            Article Author(s): Audric Thevenet
            All Rights Reserved.


            language?: english definition of the double type

            The following code is the best way I could come up with to work correctly with doubles. The float version is not provided yet, but after reading a bit the code, you should manage to easily extend it to floats. The most important functions here are:

            • GetExpoBase2() extracts the base2 exponent from the double (putting aside the sign bit and the mantissa)
            • Equals() gets the exponents (e1,e2) of both doubles (d1,d2) and the exponent (e3) of their difference (d1-d2), then the 2 doubles (d1,d2) are considered being equal only if their difference is close enough to 0. This is done comparing the exponents. Example: e3=-50 (meaning 2^-50) e1=-1 e2=-1 then e3-e2=-49 and e3-e1=-49 both less than -48. It means that e1 and e2 are equal because their difference significant bits are located 2^48 lower... hard to tell if it's clear enough, I'll edit later if I come up with a clearer explaination ^^

            Download Double comparison Sample for VC2005

            compare.cpp

            // compare.cpp
            #include "compare.h"
            
            namespace metasharp
            {
            	inline int GetExpoBase2(double d)
            	{
            		int i = 0;
            		((short *)(&i))[0] = (((short *)(&d))[3] & (short)32752); // _123456789ab____ & 0111111111110000
            		return (i >> 4) - 1023;
            	}
            
            	bool	Equals(double d1, double d2)
            	{
            		if (d1 == d2)
            			return true;
            		int e1 = GetExpoBase2(d1);
            		int e2 = GetExpoBase2(d2);
            		int e3 = GetExpoBase2(d1 - d2);
            		if ((e3 - e2 < -48) && (e3 - e1 < -48))
            			return true;
            		return false;
            	}
            
            	int 	Compare(double d1, double d2)
            	{
            		if (Equals(d1, d2) == true)
            			return 0;
            		if (d1 > d2)
            			return 1;
            		return -1;
            	}
            
            	bool	Greater(double d1, double d2)
            	{
            		if (Equals(d1, d2) == true)
            			return false;
            		if (d1 > d2)
            			return true;
            		return false;
            	}
            
            	bool	GreaterOrEqual(double d1, double d2)
            	{
            		if (Equals(d1, d2) == true)
            			return true;
            		if (d1 > d2)
            			return true;
            		return false;
            	}
            
            	bool	Less(double d1, double d2)
            	{
            		if (Equals(d1, d2) == true)
            			return false;
            		if (d1 < d2)
            			return true;
            		return false;
            	}
            
            	bool	LessOrEqual(double d1, double d2)
            	{
            		if (Equals(d1, d2) == true)
            			return true;
            		if (d1 < d2)
            			return true;
            		return false;
            	}
            }
            

            compare.h

            // compare.h
            #ifndef COMPARE_H
            #define COMPARE_H
            
            namespace metasharp
            {
            	int 	Compare(double d1, double d2);
            	bool	Equals(double d1, double d2);
            	bool	Greater(double d1, double d2);
            	bool	GreaterOrEqual(double d1, double d2);
            	bool	Less(double d1, double d2);
            	bool	LessOrEqual(double d1, double d2);
            }
            
            #endif
            
            Retrieved from "
            日韩欧美亚洲综合久久| 久久精品国产亚洲AV不卡| www.久久热.com| 久久久久国产| 韩国免费A级毛片久久| 久久这里有精品视频| 国产亚洲精品自在久久| 欧美亚洲国产精品久久| AV无码久久久久不卡蜜桃| 久久久久国产成人精品亚洲午夜| 色青青草原桃花久久综合| 国内精品久久久久影院网站| 久久精品一本到99热免费| 久久久久久青草大香综合精品| 色综合久久无码五十路人妻| 久久亚洲精品无码观看不卡| 97久久精品人妻人人搡人人玩| 综合久久精品色| 久久天天躁狠狠躁夜夜不卡| 久久香蕉国产线看观看99| 久久久久久亚洲Av无码精品专口| 久久久精品久久久久特色影视| 久久99精品国产一区二区三区| 无码国产69精品久久久久网站| 久久久久99精品成人片三人毛片| 欧美日韩中文字幕久久伊人| 精品蜜臀久久久久99网站| 天堂久久天堂AV色综合| 亚洲精品无码久久千人斩| 久久亚洲AV成人无码软件| 欧美性猛交xxxx免费看久久久| 很黄很污的网站久久mimi色 | 无码国内精品久久综合88 | 无码日韩人妻精品久久蜜桃| 久久亚洲精品国产亚洲老地址| a级毛片无码兔费真人久久| 99久久综合国产精品二区| 久久精品视屏| 久久精品国产2020| 久久精品中文无码资源站| 91视频国产91久久久|