= private = protected
*(p1)
Multiplies big and other, returning the result.
VALUE rb_big_mul(VALUE x, VALUE y) { return bignorm(rb_big_mul0(x, y)); }