Package org.jruby
Class RubyRange.BSearch
java.lang.Object
org.jruby.RubyRange.BSearch
- Enclosing class:
RubyRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
abs
(ThreadContext context, IRubyObject bsearch, IRubyObject flote) static IRubyObject
double_to_long_bits
(ThreadContext context, IRubyObject bsearch, IRubyObject flote) static IRubyObject
long_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
-