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()
|