Uses of Class
org.jruby.RubyBignum
Packages that use RubyBignum
-
Uses of RubyBignum in org.jruby
Methods in org.jruby that return RubyBignumModifier and TypeMethodDescriptionstatic RubyBignum
Return a Bignum for the given value, or raise FloatDomainError if it is out of range.static RubyBignum
static RubyBignum
static RubyBignum
RubyBignum.newBignum
(Ruby runtime, BigInteger value) static RubyBignum
RubyRandom.randomSeed
(Ruby runtime) Methods in org.jruby with parameters of type RubyBignumModifier and TypeMethodDescriptionstatic double
RubyBignum.big2dbl
(RubyBignum val) rb_big2dblstatic long
RubyBignum.big2long
(RubyBignum val) rb_big2longstatic long
RubyBignum.big2ulong
(RubyBignum value) rb_big2ulong This is here because for C extensions ulong can hold different values without throwing a RangeErrorRubyBignum.fdivInt
(ThreadContext context, RubyBignum y) protected IRubyObject
RubyInteger.intPowTmp3
(ThreadContext context, RubyInteger y, RubyBignum m, boolean negaFlg) static void
RubyBignum.marshalTo
(RubyBignum bignum, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static void
RubyBignum.marshalTo
(ThreadContext context, RubyOutputStream out, RubyBignum bignum, MarshalDumper output) -
Uses of RubyBignum in org.jruby.api
Methods in org.jruby.api that return RubyBignumModifier and TypeMethodDescriptionstatic RubyBignum
Convert.castAsBignum
(ThreadContext context, IRubyObject newValue) Cast the given value to a RubyBignum with most basic typeError thrown if the value is not a RubyBignum.Methods in org.jruby.api with parameters of type RubyBignumModifier and TypeMethodDescriptionstatic long
Convert.toLong
(ThreadContext context, RubyBignum value) -
Uses of RubyBignum in org.jruby.ext.bigdecimal
Methods in org.jruby.ext.bigdecimal with parameters of type RubyBignumModifier and TypeMethodDescriptionRubyBigDecimal.multiplyWith
(ThreadContext context, RubyBignum value)