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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c42 VALUE rb_mBigMath; variable
2025 #define BigMath_exp(x, n) BigMath_s_exp(rb_mBigMath, (x), (n))
2026 #define BigMath_log(x, n) BigMath_s_log(rb_mBigMath, (x), (n))
3231 rb_mBigMath = rb_define_module("BigMath");
3232 rb_define_singleton_method(rb_mBigMath, "exp", BigMath_s_exp, 2);
3233 rb_define_singleton_method(rb_mBigMath, "log", BigMath_s_log, 2);

Completed in 73 milliseconds