Common operator notation: Difference between revisions

Content deleted Content added
m adjusted the link to Operators in C and C++
m Fixed typo: "such as like" -> "such as"
Line 16:
Operands are mathematical objects upon which the operators operate.
These include [[number]]s such as 3 or 1001, truth values such as true or
false, structures such as like vectors, or any other mathematical object.
One special type of operand is the parenthesis group. An expression
enclosed in parentheses is evaluated recursively and treated, for