\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
a_double_unary_op#
View page sourcea_double Unary Plus and Minus#
Syntax#
ay = + ax
ay = - ax
ax#
This object has prototype
const a_double& axay#
If the operator is + , the result is equal to ax .
If it is - , the result is the negative of ax .