c語言中,abs()和fabs()的區別?

(1)abs()是對整數取絕對值, 而fabs()是對浮點數取絕對值。web (2)函數原型:svg int abs(int x) double fabs(double x) (3)頭文件:函數 abs(): #include <stdlib.h> fabs(): #include <math.h>
相關文章
相關標籤/搜索