# File lib/money/currency.rb, line 421
    def exponent
      Math.log10(subunit_to_unit).round
    end