|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyBignum | |
|---|---|
| org.jruby | |
| Uses of RubyBignum in org.jruby |
|---|
| Methods in org.jruby that return RubyBignum | |
|---|---|
static RubyBignum |
RubyBignum.newBignum(Ruby runtime,
java.math.BigInteger value)
|
static RubyBignum |
RubyBignum.newBignum(Ruby runtime,
double value)
|
static RubyBignum |
RubyBignum.newBignum(Ruby runtime,
long value)
|
static RubyBignum |
RubyBignum.newBignum(Ruby runtime,
java.lang.String value)
|
| Methods in org.jruby with parameters of type RubyBignum | |
|---|---|
static double |
RubyBignum.big2dbl(RubyBignum value)
rb_big2dbl |
static long |
RubyBignum.big2long(RubyBignum value)
rb_big2long |
static long |
RubyBignum.big2ulong(RubyBignum value)
rb_big2ulong This is here because for C extensions ulong can hold different values without throwing a RangeError |
static void |
RubyBignum.marshalTo(RubyBignum bignum,
MarshalStream output)
|
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyBignum value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||