From bc11aa72d322c910bf898324f6f64f7b49cc92df Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 9 Jul 2011 10:50:51 +0000 Subject: * internal.h: added declarations. * complex.c: followed the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 71c8ab6ca6..c495a7576f 100644 --- a/internal.h +++ b/internal.h @@ -110,7 +110,15 @@ VALUE rb_iseq_clone(VALUE iseqval, VALUE newcbase); VALUE rb_get_load_path(void); /* math.c */ +VALUE rb_math_atan2(VALUE, VALUE); +VALUE rb_math_cos(VALUE); +VALUE rb_math_cosh(VALUE); +VALUE rb_math_exp(VALUE); +VALUE rb_math_hypot(VALUE, VALUE); VALUE rb_math_log(int argc, VALUE *argv); +VALUE rb_math_sin(VALUE); +VALUE rb_math_sinh(VALUE); +VALUE rb_math_sqrt(VALUE); /* newline.c */ void Init_newline(void); -- cgit v1.2.3