|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyNumeric | |
|---|---|
| org.jruby | |
| org.jruby.javasupport | |
| org.jruby.libraries | |
| Uses of RubyNumeric in org.jruby |
|---|
| Subclasses of RubyNumeric in org.jruby | |
|---|---|
class |
RubyBigDecimal
|
class |
RubyBignum
|
class |
RubyComplex
1.9 complex.c as of revision: 20011 |
class |
RubyFixnum
Implementation of the Fixnum class. |
class |
RubyFloat
A representation of a float object |
class |
RubyInteger
Implementation of the Integer class. |
class |
RubyRational
1.9 rational.c as of revision: 20011 |
| Methods in org.jruby that return RubyNumeric | |
|---|---|
RubyNumeric |
RubyNumeric.asNumeric()
|
static RubyNumeric |
RubyNumeric.int2fix(Ruby runtime,
long val)
|
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyBignum value)
|
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyFloat value)
|
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyInteger value)
|
RubyNumeric |
Ruby.newNumeric()
|
static RubyNumeric |
RubyNumeric.newNumeric(Ruby runtime)
|
static RubyNumeric |
RubyKernel.rand(ThreadContext context,
IRubyObject recv)
|
static RubyNumeric |
RubyKernel.rand(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static RubyNumeric |
RubyKernel.rand19(ThreadContext context,
IRubyObject recv)
|
static RubyNumeric |
RubyKernel.rand19(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static RubyNumeric |
RubyBignum.unmarshalFrom(UnmarshalStream input)
|
| Methods in org.jruby with parameters of type RubyNumeric | |
|---|---|
protected int |
RubyFloat.compareValue(RubyNumeric other)
|
| Uses of RubyNumeric in org.jruby.javasupport |
|---|
| Methods in org.jruby.javasupport with parameters of type RubyNumeric | |
|---|---|
java.lang.Object |
JavaUtil.NumericConverter.coerce(RubyNumeric numeric,
java.lang.Class target)
|
| Uses of RubyNumeric in org.jruby.libraries |
|---|
| Methods in org.jruby.libraries that return RubyNumeric | |
|---|---|
RubyNumeric |
ThreadLibrary.Queue.length(ThreadContext context)
|
RubyNumeric |
ThreadLibrary.SizedQueue.max(ThreadContext context)
|
RubyNumeric |
ThreadLibrary.Queue.num_waiting(ThreadContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||