cf
Data.
__floordiv__
The binary arithmetic operation //
//
x.__floordiv__(y) <==> x//y
cf.Data.__truediv__
cf.Data.__pow__