Uses of Class
org.jruby.RubyFloat

Packages that use RubyFloat
org.jruby   
 

Uses of RubyFloat in org.jruby
 

Methods in org.jruby that return RubyFloat
 RubyFloat RubyBignum.to_f()
           
 RubyFloat RubyFixnum.to_f()
           
static RubyFloat RubyFloat.newFloat(Ruby ruby, double value)
           
static RubyFloat RubyFloat.induced_from(IRubyObject recv, IRubyObject number)
           
 RubyFloat RubyFloat.to_f()
           
protected  RubyFloat RubyInteger.toFloat()
           
static RubyFloat RubyMath.atan2(IRubyObject recv, RubyNumeric x, RubyNumeric y)
           
static RubyFloat RubyMath.cos(IRubyObject recv, RubyNumeric x)
           
static RubyFloat RubyMath.exp(IRubyObject recv, RubyNumeric exponent)
           
static RubyFloat RubyMath.ldexp(IRubyObject recv, RubyNumeric mantissa, RubyNumeric exponent)
           
static RubyFloat RubyMath.log(IRubyObject recv, RubyNumeric x)
          Returns the natural logarithm of x.
static RubyFloat RubyMath.log10(IRubyObject recv, RubyNumeric x)
          Returns the base 10 logarithm of x.
static RubyFloat RubyMath.sin(IRubyObject recv, RubyNumeric x)
           
static RubyFloat RubyMath.sqrt(IRubyObject recv, RubyNumeric other)
           
static RubyFloat RubyMath.tan(IRubyObject recv, RubyNumeric x)
           
static RubyFloat RubyNumeric.str2fnum(Ruby ruby, RubyString arg)
          Converts a string representation of a floating-point number to the numeric value.
 RubyFloat RubyTime.to_f()
           
 

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



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.