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

/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c472 f_complex_new2(VALUE klass, VALUE x, VALUE y) function
554 return f_complex_new2(rb_cComplex,
569 return f_complex_new2(rb_cComplex,
584 return f_complex_new2(rb_cComplex, ZERO, m_sqrt_bang(f_negate(x)));
593 return f_complex_new2(rb_cComplex,
685 return f_complex_new2(CLASS_OF(self),
701 return f_complex_new2(CLASS_OF(self), real, imag);
706 return f_complex_new2(CLASS_OF(self),
773 return f_complex_new2(CLASS_OF(self), real, imag);
778 return f_complex_new2(CLASS_O
[all...]

Completed in 99 milliseconds