描述:
计算参数的绝对值。
语法:
abs(numberExp)
备注:
计算numberExp的绝对值。
参数:
numberExp
待计算绝对值的数据。
返回值:
数值型
示例:
A
1
=abs(-3245.54)
3245.54
2
=abs(-987)
987