Method: Bignum#modulo

Defined in:
bignum.c

#%(other) ⇒ Numeric #modulo(other) ⇒ Numeric

Returns big modulo other. See Numeric.divmod for more information.

Overloads:



1529
1530
1531
# File 'bignum.c', line 1529

static VALUE
rb_big_modulo(x, y)
VALUE x, y;