Loading

c++ 的绝对值函数

添加头文件

#include <cmath>

对于整数

abs();

对于浮点数

fabs();

posted @ 2018-06-06 15:43  青岑  阅读(18900)  评论(0编辑  收藏  举报