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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c702 BigDecimal_to_f(VALUE self) function
802 obj = rb_assoc_new(other, BigDecimal_to_f(self));
3200 rb_define_method(rb_cBigDecimal, "to_f", BigDecimal_to_f, 0);

Completed in 192 milliseconds