ADD

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 18:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
Jump to navigationJump to search

ADD

Add values of inputs a and b.

if a and b are numbers: y = a+b

if a is a vector and b a number: y[i] = a[i]+b

if a and b are vectors: y[i] = a[i]+b[i]

Usage:

ADD a b

Inputs:
a
A number or vector.
b
A number or vector.
Outputs:
y
A number or vector (same type as a).

Navigation menu

Personal tools