abs

签名

function abs(int256 a) internal pure returns (uint256)

描述

返回一个数字的绝对值。

例子

uint256 ten = stdMath.abs(-10);