BigNum.abs(BigNum)
Return the absolute value of a BigNum. The standard abs function can also be applied directly to a BigNum value. Using this form of the abs function creates a new BigNum variable, leaving the prior variable unchanged.
Example
x = BigNum.abs(x)