AppendixReferencesSpark Standard Library ReferenceStd MathabsVersion: v. 1On this pageabsSignature function abs(int256 a) internal pure returns (uint256) Description Returns the absolute value of a number. Example uint256 ten = stdMath.abs(-10);