# File lib/couchrest/model/typecast.rb, line 31
        def typecast_to_bigdecimal(value)
          typecast_to_numeric(value, :to_d)
        end