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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c1631 BigDecimal_round(int argc, VALUE *argv, VALUE self) function
2201 VALUE rounded = BigDecimal_round(1, &zero, vexp);
2757 return BigDecimal_round(1, &vprec, y);
3204 rb_define_method(rb_cBigDecimal, "round", BigDecimal_round, -1);

Completed in 270 milliseconds