Project

General

Profile

Arithmetic operators » History » Version 1

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

1 1 Per Amundsen
h1. Arithmetic operators
2
3
Addition 	a + b
4
Subtraction 	a - b
5
Multiplication 	a * b
6
Division 	a / b
7
Modulo 	a % b
8
Power 	a ^ b