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