Programmer Guide/SPU Reference/ABS: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
Contents
ABS
Compute the absolute value of input A. If A is a number: y = |A| If A is a vector: y[i] = |A[i]|
Usage:
ABS A
Inputs:
- A
- A number or vector.
Outputs:
- Y
- A number or vector (same as type of A).