We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25d125 commit c91afbaCopy full SHA for c91afba
source/expressions.tex
@@ -4276,7 +4276,7 @@
4276
\pnum
4277
\indextext{operator!unary minus}%
4278
The operand of the unary \tcode{-} operator shall have arithmetic or unscoped
4279
-enumeration type and the result is the negation of its operand. Integral
+enumeration type and the result is the negative of its operand. Integral
4280
promotion is performed on integral or enumeration operands. The negative
4281
of an unsigned quantity is computed by subtracting its value from $2^n$,
4282
where $n$ is the number of bits in the promoted operand. The type of the
0 commit comments