Lesson 3 ❮ Lesson List ❮ Top Page
❯ 3.1 Arithmetic Operations
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
EXPECTED COMPLETION TIME
❲▹❳ Video 4m 22s
☷ Interactive readings 5m
Simple arithmetic symbols such as -, +, *, and / can be directly used for formulating arithmetic operations between rows or columns.
Some arithmetic method can also be used in replacement of the arithmetic symbols:
add Methods for addition (+)
sub Methods for subtraction (-)
div Methods for division(/)
mul Methods for multiply (*)
pow Methods for exponent (**)
floordiv Methods for floor division(//)