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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2145 BigDecimal_power(int argc, VALUE*argv, VALUE self) function
2373 return BigDecimal_power(1, &exp, self);
3208 rb_define_method(rb_cBigDecimal, "power", BigDecimal_power, -1);

Completed in 123 milliseconds