R and simple math operations
2 + 3 # 5
2 * 3 # 6
2 - 3 # -1
2 / 3 # 0.6666667
2 ^ 3 # 8
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
2 + 3 # 5
2 * 3 # 6
2 - 3 # -1
2 / 3 # 0.6666667
2 ^ 3 # 8