Returns big modulo other. See Numeric.divmod for more information.
Overloads:
Returns:
1529 1530 1531
# File 'bignum.c', line 1529 static VALUE rb_big_modulo(x, y) VALUE x, y;