Back to Core Functions
abs
Absolute value
Syntax
Y = abs(X)
Description
Computes the absolute value of each element.
Parameters
| Name | Description |
|---|---|
| X | Input value (scalar or NDArray) |
Returns
Absolute values