uplus

Unary plus, + operator

Syntax

  • C = uplus(A)

  • C = +A

Input argument

  • A - a variable

Output argument

  • C - result of +A

Description

C = uplus(A) performs unary plus ie +A.

Example

M =-3;
+M

See also

uminus, plus.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated