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 runtime, long value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, double value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, java.math.BigInteger value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, java.lang.String value)
           
 

Methods in org.jruby with parameters of type RubyBignum
 RubyNumeric RubyBigDecimal.multiplyWith(RubyBignum value)
           
static long RubyBignum.big2long(RubyBignum value)
          rb_big2long
static double RubyBignum.big2dbl(RubyBignum value)
          rb_big2dbl
static void RubyBignum.marshalTo(RubyBignum bignum, MarshalStream output)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.