floor_divide ============ Rounds the result of dividing each element ``x1_i`` of the input array ``x1`` by the respective element ``x2_i`` of the input array ``x2`` to the greatest (i.e., closest to `+infinity`) integer-value number that is not greater than the division result. **Abstract Signature:** ``floor_divide(x1: Union[array, int, float], x2: Union[array, int, float])`` .. raw:: html