예제 #1
0
파일: math.c 프로젝트: scorpion007/ruby
VALUE
rb_math_log(int argc, const VALUE *argv)
{
    return math_log(argc, argv, rb_mMath);
}
예제 #2
0
VALUE
rb_math_log(int argc, VALUE *argv)
{
    return math_log(argc, argv);
}