| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Method and Description |
|---|---|
static RubyComplex |
RubyComplex.newComplexBang(ThreadContext context,
IRubyObject clazz,
IRubyObject x)
f_complex_new_bang1
|
(package private) static RubyComplex |
RubyComplex.newComplexBang(ThreadContext context,
IRubyObject clazz,
IRubyObject x,
IRubyObject y)
f_complex_new_bang2
|
(package private) static RubyComplex |
RubyComplex.newComplexRaw(Ruby runtime,
IRubyObject x)
rb_complex_raw1
|
(package private) static RubyComplex |
RubyComplex.newComplexRaw(Ruby runtime,
IRubyObject x,
RubyObject y)
rb_complex_raw
|