Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > bigdecimal/utilライブラリ
String、Float、Rational オブジェクトを BigDecimal オブジェクトに変換する機能を提供します。
また、BigDecimal オブジェクトを Rational オブジェクトに変換する機能も提供します。
これらのメソッドを使うには 'bigdecimal' と 'bigdecimal/util'を require する必要があります。
BigDecimal#to_digits
BigDecimal#to_r
Float#to_d
Rational#to_d
String#to_d