Translation to assembly, why the difference in float results?

前端 未结 0 536
故里飘歌
故里飘歌 2020-11-27 05:58

Good Morning,

I did the following function in C:

float fooC(double a, float b, int c, double d, float e){
    
    float r = (float)(c*d - a*b);
    
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题