# File lib/merb-helpers/core_ext/numeric.rb, line 322
  def with_precision(format_name = nil, options = {})
    Transformer.with_precision(self, format_name, options)
  end