diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-07-16 07:58:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-07-16 07:59:30 +0900 |
commit | 34019a22eb41206e3d5d1ac29b3874275aa7f71c (patch) | |
tree | cb1dbc36e1904f0a5a5d526c234f5483af925214 /internal.h | |
parent | 325d546d627f3cfb50c0371775f671cd88521c49 (diff) |
Expanded f_denominator
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h index fb184e290c..bd82231d37 100644 --- a/internal.h +++ b/internal.h @@ -2029,6 +2029,7 @@ VALUE rb_rational_abs(VALUE self); VALUE rb_rational_cmp(VALUE self, VALUE other); VALUE rb_rational_pow(VALUE self, VALUE other); VALUE rb_numeric_quo(VALUE x, VALUE y); +VALUE rb_float_denominator(VALUE x); /* re.c */ VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline); |