Abs Op

Abs

Returns the absolute, positive value


Converts negative numbers to positives, e.g. -3 —> 3.


Full Name
  • Ops.Math.Abs
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


number (Number)

The number you want to make positive.

OUTPUT PORTS


result (Number)

The absolute value of Number (always positive)


 

Patches using Abs

  • Examples
  • Public
  • My Patches