Arithmetic functions
Arithmetic functions are basic mathematical functions:
- addition (+)
- add_or_null
- subtract (-)
- sub_or_null
- multiplication (*)
- mul_or_null
- divide (/)
- square number (a2)
- square root (√a)
Arithmetic functions are basic mathematical functions: