summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 11:06:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 11:06:48 +0000
commitc6ef5bc31e547ee905e5a218d293fef61647f65c (patch)
tree41946c0e67681b398e6db7d07713b364d881bfd3 /internal.h
parentdc8afd385de88dfc77ed9d246f9664b87420eb03 (diff)
complex.c: new APIs for Complex
[Feature #15066] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal.h b/internal.h
index 67c84332b5..445e2f5dfd 100644
--- a/internal.h
+++ b/internal.h
@@ -1380,12 +1380,7 @@ VALUE rb_insns_name_array(void);
int rb_vm_insn_addr2insn(const void *);
/* complex.c */
-VALUE rb_complex_plus(VALUE, VALUE);
-VALUE rb_complex_mul(VALUE, VALUE);
-VALUE rb_complex_abs(VALUE x);
-VALUE rb_complex_sqrt(VALUE x);
VALUE rb_dbl_complex_new_polar_pi(double abs, double ang);
-VALUE rb_complex_pow(VALUE self, VALUE other);
struct rb_thread_struct;
/* cont.c */