11.12. Maths Functions#
classic division
// floor division
rounded off to smallest number
3//2=1
gives remainder
3%2=1
abs
absolute value
**
power
round(3.58,1) ==> 3.6
Site Navigation
Markdown 101
Python 101
Pandas 101
Numpy 101
Matplotlib 101
Seaborn 101
Stats and Probability 101
Tableau 101
DATA 101
Domain Knowledge 101