Feature #10386 ยป from_internal.h.patch
internal.h | ||
---|---|---|
709 | 709 |
VALUE rb_math_log(int argc, const VALUE *argv); |
710 | 710 |
VALUE rb_math_sin(VALUE); |
711 | 711 |
VALUE rb_math_sinh(VALUE); |
712 |
#if 0 |
|
713 |
VALUE rb_math_sqrt(VALUE); |
|
714 |
#endif |
|
715 | 712 |
/* newline.c */ |
716 | 713 |
void Init_newline(void); |
717 |
- |