Uses of Class
org.jruby.RubyBignum

Packages that use RubyBignum
org.jruby   
 

Uses of RubyBignum in org.jruby
 

Methods in org.jruby that return RubyBignum
static RubyBignum RubyBignum.newBignum(Ruby ruby, long value)
           
static RubyBignum RubyBignum.newBignum(Ruby ruby, double value)
           
static RubyBignum RubyBignum.newBignum(Ruby ruby, java.math.BigInteger value)
           
 RubyBignum RubyBignum.newBignum(java.math.BigInteger value)
           
 RubyBignum RubyBignum.op_lshift(RubyNumeric other)
           
 RubyBignum RubyBignum.op_rshift(RubyNumeric other)
           
static RubyBignum RubyBignum.unmarshalFrom(UnmarshalStream input)
           
 

Methods in org.jruby with parameters of type RubyBignum
 RubyNumeric RubyFloat.multiplyWith(RubyBignum other)
           
 RubyNumeric RubyInteger.multiplyWith(RubyBignum value)
           
abstract  RubyNumeric RubyNumeric.multiplyWith(RubyBignum value)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.