Nodes > Math > Common > Abs
Returns the absolute value of the input. In other words, ensures the number is positive by removing any negative signs.
Inputs
Name | Type | Description |
---|---|---|
A | float | Input value |
Outputs
Name | Type | Description |
---|---|---|
abs( A ) | float | Absolute value of input |
Was this page helpful?