What is floor division | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is floor division

9th Sep 2017, 4:57 PM
Adam Femin Mars
Adam Femin Mars - avatar
3 Answers
+ 5
When you divide two numbers for example 8/5= 1.6 then round or (approximate) the result to the lower integer in this case 8//5=1
9th Sep 2017, 5:06 PM
Mohammed Hany
Mohammed Hany - avatar
+ 5
Remember your school teach quotient and remainder? Floor division returns quotient while modulus returns remainder.
10th Sep 2017, 1:48 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar