* internal.h: rb_rational_reciprocal is defined in rational.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc11aa72d3
commit
aef7007477
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jul 9 20:01:59 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
|
* internal.h: rb_rational_reciprocal is defined in rational.c.
|
||||||
|
|
||||||
Sat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
Sat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
* internal.h: added declarations.
|
* internal.h: added declarations.
|
||||||
|
@ -124,7 +124,6 @@ VALUE rb_math_sqrt(VALUE);
|
|||||||
void Init_newline(void);
|
void Init_newline(void);
|
||||||
|
|
||||||
/* numeric.c */
|
/* numeric.c */
|
||||||
VALUE rb_rational_reciprocal(VALUE x);
|
|
||||||
int rb_num_to_uint(VALUE val, unsigned int *ret);
|
int rb_num_to_uint(VALUE val, unsigned int *ret);
|
||||||
int ruby_float_step(VALUE from, VALUE to, VALUE step, int excl);
|
int ruby_float_step(VALUE from, VALUE to, VALUE step, int excl);
|
||||||
|
|
||||||
@ -140,6 +139,7 @@ VALUE rb_proc_location(VALUE self);
|
|||||||
|
|
||||||
/* rational.c */
|
/* rational.c */
|
||||||
VALUE rb_lcm(VALUE x, VALUE y);
|
VALUE rb_lcm(VALUE x, VALUE y);
|
||||||
|
VALUE rb_rational_reciprocal(VALUE x);
|
||||||
|
|
||||||
/* re.c */
|
/* re.c */
|
||||||
VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);
|
VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user