Ruby 4.0 リファレンスマニュアル

instance method Float#to_f

to_f -> self[permalink][rdoc][edit]
() → Float

self を返します。

例
p 3.14.to_f # => 3.14