(abs n)
  n: a num
  returns a num
F

Absolute value.

Because integer arithmetic is unchecked, (abs -2147483648) returns -2147483648. All other integers will perform as expected.

rem-euclid
sign