Package org.jruby
Class RubyRange.BSearch
java.lang.Object
org.jruby.RubyRange.BSearch
- Enclosing class:
RubyRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectabs(ThreadContext context, IRubyObject bsearch, IRubyObject flote) static IRubyObjectdouble_to_long_bits(ThreadContext context, IRubyObject bsearch, IRubyObject flote) static IRubyObjectlong_bits_to_double(ThreadContext context, IRubyObject bsearch, IRubyObject fixnum)
-
Constructor Details
-
BSearch
public BSearch()
-
-
Method Details
-
double_to_long_bits
public static IRubyObject double_to_long_bits(ThreadContext context, IRubyObject bsearch, IRubyObject flote) -
long_bits_to_double
public static IRubyObject long_bits_to_double(ThreadContext context, IRubyObject bsearch, IRubyObject fixnum) -
abs
-