|
|
Abs
When applied to a number or an array of numbers, Abs produces the absolute value of the number or an array of the absolute values of the elements of the array, respectively. It has two variables: X and absX.
Structure (for scalars): X becomes absX
Examples: 4 becomes 4 -67 becomes 67 (4, -67) becomes (4, 67)
Special compound model elements
|