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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2026 #define BigMath_log(x, n) BigMath_s_log(rb_mBigMath, (x), (n)) macro
2126 log_x = BigMath_log(x->obj, SSIZET2NUM(n+1));

Completed in 183 milliseconds