next up previous
Next: Logical Expressions Up: CS101 Lecture 8 Previous: Simple Statements

Aritmetic Expressions

Operators ( $+, -, *, **, /$), Intrinsic functions ( $sin, cos, mod, log, abs$) Caution (Operator precedence, Mixed mode arithmetic, Precision, ...)

Advice: Use paranthesis liberally to group properly.



G. Sivakumar 2000-08-16