Uses of Class
org.jruby.RubyComplex
Packages that use RubyComplex
-
Uses of RubyComplex in org.jruby
Methods in org.jruby that return RubyComplexModifier and TypeMethodDescriptionstatic RubyComplexRubyComplex.newComplexBang(ThreadContext context, RubyClass clazz, IRubyObject x) Deprecated.static RubyComplexRubyComplex.newComplexRaw(Ruby runtime, IRubyObject x) rb_complex_raw1static RubyComplexRubyComplex.newComplexRaw(Ruby runtime, IRubyObject x, IRubyObject y) rb_complex_rawstatic RubyComplexRubyComplex.newComplexRawImage(Ruby runtime, IRubyObject image) Methods in org.jruby with parameters of type RubyComplexModifier and TypeMethodDescriptionstatic IRubyObjectRubyComplex.f_divide(ThreadContext context, RubyComplex self, IRubyObject other, BiFunction<IRubyObject, IRubyObject, IRubyObject> func, CallSite id) -
Uses of RubyComplex in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return RubyComplexModifier and TypeMethodDescriptionstatic RubyComplexIRRuntimeHelpers.newComplexRaw(ThreadContext context, IRubyObject i)