Project

General

Profile

Arithmetic operators » History » Version 2

Per Amundsen, 02/28/2014 12:50 PM

1 1 Per Amundsen
h1. Arithmetic operators
2
3 2 Per Amundsen
| Addition 	
4
Subtraction 	
5
Multiplication 	
6
Division 	
7
Modulo 	
8
Power 	
9
 | a + b
10
a - b
11
a * b
12
a / b
13
a % b
14
a ^ b 
15
 |