Searched defs:to_f (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/date/lib/
H A Ddate.rb50 def to_f method in class:Date.Infinity
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_complexrational.rb398 def to_f() @num.to_f / @den.to_f en method in class:SimpleRat
[all...]
H A Dtest_numeric.rb179 def to_f; 1.5; end method in class:test_divmod.test_floor_ceil_round_truncate
190 def to_f; 1.4; end method in class:test_divmod.test_floor_ceil_round_truncate
201 def to_f; -1.5; end method in class:test_divmod.test_floor_ceil_round_truncate
H A Dtest_float.rb551 def o.to_f; inf = Float::INFINITY; inf/inf; end singleton method in class:test_Float
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dvariable.rb950 def to_f method in class:TkVariable.initialize.bool

Completed in 73 milliseconds