abs¶ Signature¶ abs(number) Description¶ Returns the absolute value of the provided argument. Examples¶ abs(`-1`) == `1`