Programmer Guide/SPU Reference/POW: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 18: Line 18:
|}
|}
with: 0 &le; i &lt; length of <var>A<sub>vector</sub></var>
with: 0 &le; i &lt; length of <var>A<sub>vector</sub></var>
note: if <var>B</var> (<var>B</var>[i]) equals 0, the output <var>Y</var> (<var>Y</var>[i]) is set to 0.
;See also:
;See also:
<[[../#Signal Processing Atoms|SP-atoms]]>
<[[../#Signal Processing Atoms|SP-atoms]]>
<!-- AN, 2.5.2011 -->
<!-- AN, 2.5.2011 -->

Latest revision as of 13:32, 2 May 2011

Compute A to the power of B.

[SPU POW A B OUT Y]

In Out Description
Anumber, Bnumber Ynumber Y = A ^ B
Avector, Bnumber Yvector Y[i] = A[i] ^ B
Avector, Bvector Yvector Y[i] = A[i] ^ B[i]

with: 0 ≤ i < length of Avector

See also

<SP-atoms>

Navigation menu

Personal tools