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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2023 static VALUE BigMath_s_log(VALUE, VALUE, VALUE);
2026 #define BigMath_log(x, n) BigMath_s_log(rb_mBigMath, (x), (n))
2774 BigMath_s_log(VALUE klass, VALUE x, VALUE vprec) function
2914 log10 = BigMath_s_log(klass, INT2FIX(10), vprec);
3233 rb_define_singleton_method(rb_mBigMath, "log", BigMath_s_log, 2);

Completed in 203 milliseconds