Searched refs:rb_Complex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h168 VALUE rb_Complex(VALUE, VALUE);
169 #define rb_Complex1(x) rb_Complex((x), INT2FIX(0))
170 #define rb_Complex2(x,y) rb_Complex((x), (y))
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c1388 rb_Complex(VALUE x, VALUE y) function
H A Drational.c1157 return rb_assoc_new(other, rb_Complex(self, INT2FIX(0)));

Completed in 185 milliseconds