Uses of Class
org.jruby.RubyFloat

Packages that use RubyFloat
org.jruby   
org.jruby.runtime.builtin   
 

Uses of RubyFloat in org.jruby
 

Methods in org.jruby that return RubyFloat
 RubyFloat Ruby.newFloat(double value)
           
 RubyFloat RubyFloat.convertToFloat()
           
static RubyFloat RubyFloat.newFloat(Ruby runtime, double value)
           
static RubyFloat RubyFloat.unmarshalFrom(UnmarshalStream input)
           
protected  RubyFloat RubyInteger.toFloat()
           
static RubyFloat RubyMath.atan2(IRubyObject recv, IRubyObject x, IRubyObject y)
           
static RubyFloat RubyMath.cos(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.sin(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.tan(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.asin(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.acos(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.atan(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.cosh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.sinh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.tanh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.acosh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.asinh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.atanh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.exp(IRubyObject recv, IRubyObject exponent)
           
static RubyFloat RubyMath.log(IRubyObject recv, IRubyObject x)
          Returns the natural logarithm of x.
static RubyFloat RubyMath.log10(IRubyObject recv, IRubyObject x)
          Returns the base 10 logarithm of x.
static RubyFloat RubyMath.sqrt(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.hypot(IRubyObject recv, IRubyObject x, IRubyObject y)
           
static RubyFloat RubyMath.ldexp(IRubyObject recv, IRubyObject mantissa, IRubyObject exponent)
           
static RubyFloat RubyMath.erf(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.erfc(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyNil.to_f(IRubyObject recv)
          nil_to_f
static RubyFloat RubyNumeric.str2fnum(Ruby runtime, RubyString arg)
           
static RubyFloat RubyNumeric.str2fnum(Ruby runtime, RubyString arg, boolean strict)
          Converts a string representation of a floating-point number to the numeric value.
 RubyFloat RubyObject.convertToFloat()
           
 RubyFloat RubyTime.to_f()
           
 RubyFloat RubyUndef.convertToFloat()
           
 

Methods in org.jruby with parameters of type RubyFloat
 RubyNumeric RubyBigDecimal.multiplyWith(RubyFloat value)
           
static void RubyFloat.marshalTo(RubyFloat aFloat, MarshalStream output)
           
 

Uses of RubyFloat in org.jruby.runtime.builtin
 

Methods in org.jruby.runtime.builtin that return RubyFloat
 RubyFloat IRubyObject.convertToFloat()
           
 



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