next up previous contents
Next: Relational Operators Up: Expressions and Assignment Previous: Assignment

 

Intrinsic Numeric Operations

The following operators are valid for numeric expressions,

All the above operators can be applied to numeric literals, constants, scalar and array objects with the only restriction being that the RHS of the exponentiation operator must be scalar.

Example,

     a = b - c
     f = -3*6/5

Note that operators have a predefined precedence, which defines the order that they are evaluated in, (see Section 7.3).

Now try this question gif

Return to corresponding overview page gif


next up previous contents
Next: Relational Operators Up: Expressions and Assignment Previous: Assignment

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.