# File lib/taps/operation.rb, line 175
  def format_number(num)
    num.to_s.gsub(/(\d)(?=(\d\d\d)+(?!\d))/, "\\1,")
  end