plus
Addition, + operator
Syntax
C = plus(A, B)
C = A + B
Input argument
A - a variable
B - a variable
Output argument
C - result of A + B
Description
C = plus(A, B) performs addition A + B variables.
Examples
See also
History
Author
Allan CORNET
Last updated