Searched refs:BigDecimal_mod (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c1355 BigDecimal_mod(VALUE self, VALUE r) /* %: a%b = a - (a.to_f/b).floor * b */ function
3195 rb_define_method(rb_cBigDecimal, "%", BigDecimal_mod, 1);
3196 rb_define_method(rb_cBigDecimal, "modulo", BigDecimal_mod, 1);

Completed in 88 milliseconds