Uses of Class
org.jruby.RubyBignum
Packages that use RubyBignum
-
Uses of RubyBignum in org.jruby
Methods in org.jruby that return RubyBignumModifier and TypeMethodDescription(package private) RubyBignumRubyRandom.RandomType.getState()static 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 RangeErrorprivate RubyFixnumRubyBignum.checkShiftDown(ThreadContext context, RubyBignum other) (package private) final RubyFloatRubyBignum.fdivDouble(ThreadContext context, RubyBignum y) RubyBignum.fdivInt(ThreadContext context, RubyBignum y) protected IRubyObjectRubyInteger.intPowTmp3(ThreadContext context, RubyInteger y, RubyBignum m, boolean negaFlg) static voidRubyBignum.marshalTo(RubyBignum bignum, MarshalStream output) static RandomRubyRandom.RandomType.randomFromBignum(RubyBignum seed) Constructors in org.jruby with parameters of type RubyBignumModifierConstructorDescription(package private)RandomType(IRubyObject vseed, RubyBignum state, int left) -
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) private static RubyBigDecimalRubyBigDecimal.newInstance(Ruby runtime, IRubyObject recv, RubyBignum arg, MathContext mathContext) -
Uses of RubyBignum in org.jruby.ext.securerandom
Methods in org.jruby.ext.securerandom that return RubyBignumModifier and TypeMethodDescriptionprivate static RubyBignumRubySecureRandom.randomBignum(ThreadContext context, Number lower, BigInteger upperExc)