BigNum:abs()
Directly update a BigNum value to its absolute value. Since this method does not create a new variable, it operates much faster than the BigNum.abs(value) method.
Example
x = BigNum.new("-92834982394898234.2348982349")
x:abs()Directly update a BigNum value to its absolute value. Since this method does not create a new variable, it operates much faster than the BigNum.abs(value) method.
Example
x = BigNum.new("-92834982394898234.2348982349")
x:abs()