Warning: Undefined variable $info in /home1/josetxoc/public_html/certif/showmanual.php on line 43

Warning: Trying to access array offset on value of type null in /home1/josetxoc/public_html/certif/functions.php on line 96

Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 50

C-PLOT

Scientific Graphics and Data Analysis

C.2.3. - Operators



The arithmetic operators are, in order of precedence:

 parentheses for grouping   :   ( ) 
 unary plus and minus   :   + - 
 exponentiation   :   ^ 
 multiply, divide, modulus   :   * / % 
 addition and subtraction   :   + - 
 assignment   :   = 
 assignment with operator   :   += -= *= /= %= ^= 

As in the C language, the operation x += 1 means x = x + 1.


Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 73