1.abs和fabs: 在C语言库函数中调用#include<math.h>就可以用abs求整数的绝对值,fabs求实数的绝对值 转载于:https://www.cnblogs.com/rookieclimber/p/10849603.html