Uses of Class
org.jruby.RubyFloat

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

Uses of RubyFloat in org.jruby
 

Methods in org.jruby that return RubyFloat
static RubyFloat RubyMath.acos(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.acosh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.asin(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.asinh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.atan(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.atan2(IRubyObject recv, IRubyObject x, IRubyObject y)
           
static RubyFloat RubyMath.atanh(IRubyObject recv, IRubyObject x)
           
 RubyFloat RubyFloat.convertToFloat()
           
 RubyFloat RubyObject.convertToFloat()
          Tries to convert this object to a Ruby Float using the "to_f" method.
static RubyFloat RubyMath.cos(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.cosh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.erf(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.erfc(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.exp(IRubyObject recv, IRubyObject exponent)
           
static RubyFloat RubyMath.hypot(IRubyObject recv, IRubyObject x, IRubyObject y)
           
static RubyFloat RubyMath.ldexp(IRubyObject recv, IRubyObject mantissa, 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.
 RubyFloat Ruby.newFloat(double value)
           
static RubyFloat RubyFloat.newFloat(Ruby runtime, double value)
           
static RubyFloat RubyMath.sin(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.sinh(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.sqrt(IRubyObject recv, IRubyObject x)
           
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.
static RubyFloat RubyMath.tan(IRubyObject recv, IRubyObject x)
           
static RubyFloat RubyMath.tanh(IRubyObject recv, IRubyObject x)
           
 RubyFloat RubyTime.to_f()
           
static RubyFloat RubyNil.to_f(IRubyObject recv)
          nil_to_f
protected  RubyFloat RubyInteger.toFloat()
           
static RubyFloat RubyFloat.unmarshalFrom(UnmarshalStream input)
           
 

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

Uses of RubyFloat in org.jruby.runtime.builtin
 

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

Uses of RubyFloat in org.jruby.util
 

Methods in org.jruby.util that return RubyFloat
 RubyFloat TypeCoercer.convertToFloat(IRubyObject src)
           
 



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