func abs(x: Int128): Int128 {....raises: [], tags: [], forbids: [].}
Returns the absolute value of x.
Note:
proc floorSqrt(x: Int128): Int128 {....raises: [ValueError], tags: [], forbids: [].}
Returns the floor square root of x.
Notes: