Kit

Programming For the Rest Of Us

Operators (Mathematical)

Operators

.

Plus (+)

+This adds its input values. It accepts any number of values, and outputs one sum.

Minus (-)

+This accepts 1 or 2 inputs. If there is one input it produces the negative of it. If there are 2 inputs it subtracts its second input value from its first input value. It outputs one value.