Rachel Dowdall | 2d15dee | 2014-03-22 20:29:56 +0000 | [diff] [blame] | 1 | // Functions for integer modulo and floor division |
2 | |||||
3 | machine_int_t python_modulo(machine_int_t dividend, machine_int_t divisor); | ||||
4 | machine_int_t python_floor_divide(machine_int_t num, machine_int_t denom); |