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 RubyBignumReturn a Bignum for the given value, or raise FloatDomainError if it is out of range.static RubyBignumstatic RubyBignumstatic RubyBignumRubyBignum.newBignum(Ruby runtime, BigInteger value) static RubyBignumRubyRandom.randomSeed(Ruby runtime) Methods in org.jruby with parameters of type RubyBignumModifier and TypeMethodDescriptionstatic doubleRubyBignum.big2dbl(RubyBignum val) rb_big2dblstatic longRubyBignum.big2long(RubyBignum val) rb_big2longstatic longRubyBignum.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 IRubyObjectRubyInteger.intPowTmp3(ThreadContext context, RubyInteger y, RubyBignum m, boolean negaFlg) static voidRubyBignum.marshalTo(RubyBignum bignum, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyBignum.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 RubyBignumConvert.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 longConvert.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)