C Operators
SymbolicC supports the various types of C operators. These are described in this section.
Infix Operators
First, you need to load the package.
The following shows how to output to get infix multiplication.
| Out[11]= |  |
Parentheses are added as necessary.
| Out[12]= |  |
Note that you can force the addition of extra parentheses using CParentheses.
| Out[13]= |  |
Assignment
First, you need to load the package.
This shows the special representation for the assignment.
| Out[2]= |  |
You can also give an operator to use for the assignment.
| Out[3]= |  |