Uses of Class
org.jruby.RubyFloat

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

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 RubyBasicObject.convertToFloat()
          Tries to convert this object to a Ruby Float using the "to_f" method.
 RubyFloat RubyFloat.convertToFloat()
           
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.
static RubyFloat RubyKernel.new_float(IRubyObject recv, IRubyObject object)
           
 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.javasupport
 

Methods in org.jruby.javasupport with parameters of type RubyFloat
static java.lang.Object JavaUtil.coerceFloatToType(RubyFloat flote, java.lang.Class target)
           
 

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.