Math ABS

Absolute value.

  • if in >=0 then Out = X. Example: abs(21) = 21
  • if in < 0 then Out = -X. Example: abs(-21) = 21

Settings

in

Input value.

out

Output value.

See also

version 6.0.240115

Edit All Pages