public static class RubyRange.BSearch
extends java.lang.Object
| Constructor and Description |
|---|
BSearch() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
public static IRubyObject double_to_long_bits(ThreadContext context, IRubyObject bsearch, IRubyObject flote)
public static IRubyObject long_bits_to_double(ThreadContext context, IRubyObject bsearch, IRubyObject fixnum)
public static IRubyObject abs(ThreadContext context, IRubyObject bsearch, IRubyObject flote)
Copyright © 2001-2022 JRuby. All Rights Reserved.