Package | Description |
---|---|
org.jruby | |
org.jruby.ext.bigdecimal |
Modifier and Type | Method and Description |
---|---|
RubyRational |
Ruby.newRational(long num,
long den) |
static RubyRational |
RubyRational.newRational(Ruby runtime,
long x,
long y) |
static RubyRational |
RubyRational.newRationalRaw(Ruby runtime,
IRubyObject x,
IRubyObject y)
rb_rational_raw
|
RubyRational |
Ruby.newRationalReduced(long num,
long den) |
Modifier and Type | Method and Description |
---|---|
static RubyBigDecimal |
RubyBigDecimal.getVpRubyObjectWithPrec19Inner(ThreadContext context,
RubyRational value,
RoundingMode roundingMode) |
Copyright © 2001-2016 JRuby. All Rights Reserved.