写一个语句,看到变量接近 C 中保存的值



我想问一下,我怎样才能看到读取的值是否接近常量中保存的值。是否有具体的声明,或者有什么办法可以做到这一点。
等待您的回复。

问候
萨利克·萨德鲁丁·梅拉尼

例:

//Here is what I mean
if ( a is near to b){
then do this
}
if( ( a>(b*0.98) ) && ( a<(b*1.02) ) )
{
    //we have %2 error tolerance here. Bee careful! Dont pass the tol. level.
    //do your work yourself, if you cant find, then ask us. Dont forget
    //to google
 }

if( abs(a-b)<(b*0.02) )
 {
  }
if ( abs((a-b)(a+b))<0.07 )
  {

   }

if(check(a,b))
{
}

if( pre_calculated )
{
 }

相关内容

  • 没有找到相关文章

最新更新