(this * -1 if this < 0) or (this * 1 if this > 0) works equivalent to the unsupported abs() function
↧
(this * -1 if this < 0) or (this * 1 if this > 0) works equivalent to the unsupported abs() function