next up previous contents
Next: Complex Numbers Up: Basic Operation Previous: Simple Input

Basic Operations

Numbers or variables can be operated on with the standard set up operators.

Operator Description
+ Addition
- Subtraction
/ Division
* Multiplication
== Equality
~= Inequality
> Greater than
< Less than
& Boolean AND

They are accessed with standard infix notation.

2 + 3
4 - 3
9 == 8
[1,2;3,4]*3



Arun Francis Rodrigues
1999-08-17