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 RubyComplex
RubyComplex.newComplexBang
(ThreadContext context, RubyClass clazz, IRubyObject x) Deprecated.static RubyComplex
RubyComplex.newComplexRaw
(Ruby runtime, IRubyObject x) rb_complex_raw1static RubyComplex
RubyComplex.newComplexRaw
(Ruby runtime, IRubyObject x, IRubyObject y) rb_complex_rawstatic RubyComplex
RubyComplex.newComplexRawImage
(Ruby runtime, IRubyObject image) Methods in org.jruby with parameters of type RubyComplexModifier and TypeMethodDescriptionstatic IRubyObject
RubyComplex.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 RubyComplex
IRRuntimeHelpers.newComplexRaw
(ThreadContext context, IRubyObject i)