Python> floor division> Truncation division?

@ Introduction to Python for science and technology calculation ――Development basics, essential libraries, acceleration by Kenji Nakahisa (Target environment: Python 3.5 or later)

In the book, floor division is explained by the term "censored division".

On the other hand, the Japanese version of the standard document is "truncate division". https://docs.python.jp/3/reference/expressions.html

/ (Division: division) and // (Truncation division: floor division) are

If the terms are not the same, you will not be able to find the information you want when searching for information.

["Python" Censored division "floor division" @ google search](https://www.google.co.jp/search?q=Python+%E6%89%93%E3%81%A1%E5%88%87 % E3% 82% 8A% E6% 89% 80% E3% 81% 95% E3% 82% 93 & oq = Python +% E6% 89% 93% E3% 81% A1% E5% 88% 87% E3% 82% 8A % E6% 89% 80% E3% 81% 95% E3% 82% 93 & aqs = chrome .. 69i57.3712j0j8 & sourceid = chrome & ie = UTF-8 # q = Python +% 22% E6% 89% 93% E3% 81% A1% E5% 88% 87% E3% 82% 8A% E9% 99% A4% E7% AE% 97% 22 + floor + division)

["Python" floor division "@google search](https://www.google.co.jp/search?q=Python+%E6%89%93%E3%81%A1%E5%88%87" % E3% 82% 8A% E6% 89% 80% E3% 81% 95% E3% 82% 93 & oq = Python +% E6% 89% 93% E3% 81% A1% E5% 88% 87% E3% 82% 8A % E6% 89% 80% E3% 81% 95% E3% 82% 93 & aqs = chrome..69i57.3712j0j8 & sourceid = chrome & ie = UTF-8 # q = Python +% 22% E5% 88% 87% E3% 82% 8A% E6% 8D% A8% E3% 81% A6% E9% 99% A4% E7% AE% 97% 22 + floor + division)

link

-[Floor and ceiling functions](https://ja.wikipedia.org/wiki/%E5%BA%8A%E9%96%A2%E6%95%B0%E3%81%A8%E5%A4% A9% E4% BA% 95% E9% 96% A2% E6% 95% B0)

Recommended Posts

Python> floor division> Truncation division?
Time floor function (Python)
Python hand play (division)
Python real division (/) and integer division (//)
Python
Division of timedelta in Python 2.7 series