|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyNumeric | |
---|---|
org.jruby | |
org.jruby.libraries |
Uses of RubyNumeric in org.jruby |
---|
Subclasses of RubyNumeric in org.jruby | |
---|---|
class |
RubyBigDecimal
|
class |
RubyBignum
|
class |
RubyFixnum
Implementation of the Fixnum class. |
class |
RubyFloat
A representation of a float object |
class |
RubyInteger
Implementation of the Integer class. |
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,
IRubyObject[] args)
|
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.libraries |
---|
Methods in org.jruby.libraries that return RubyNumeric | |
---|---|
RubyNumeric |
ThreadLibrary.Queue.length()
|
RubyNumeric |
ThreadLibrary.SizedQueue.max()
|
RubyNumeric |
ThreadLibrary.Queue.num_waiting()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |