# File lib/money/money.rb, line 393
  def to_d
    as_d(fractional) / as_d(currency.subunit_to_unit)
  end