Package | Description |
---|---|
org.jruby.ext.bigdecimal |
Modifier and Type | Method and Description |
---|---|
static RubyBigDecimal |
RubyBigDecimal._load(ThreadContext context,
IRubyObject recv,
IRubyObject from) |
static RubyBigDecimal |
RubyBigDecimal.new_(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
Deprecated.
|
static RubyBigDecimal |
RubyBigDecimal.new_(ThreadContext context,
IRubyObject recv,
IRubyObject arg,
IRubyObject mathArg)
Deprecated.
|
static RubyBigDecimal |
RubyBigDecimal.newInstance(IRubyObject recv,
IRubyObject[] args)
Deprecated.
|
static RubyBigDecimal |
RubyBigDecimal.newInstance(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static RubyBigDecimal |
RubyBigDecimal.newInstance(ThreadContext context,
IRubyObject recv,
IRubyObject arg,
IRubyObject mathArg) |
RubyBigDecimal |
RubyBigDecimal.op_pow(ThreadContext context,
IRubyObject exp) |
RubyBigDecimal |
RubyBigDecimal.op_pow19(ThreadContext context,
IRubyObject exp)
Deprecated.
|
Constructor and Description |
---|
RubyBigDecimal(Ruby runtime,
RubyBigDecimal rbd)
Deprecated.
|
RubyBigDecimal(Ruby runtime,
RubyClass klass,
RubyBigDecimal rbd)
Deprecated.
|
Copyright © 2001-2018 JRuby. All Rights Reserved.