:nodoc:
373 374 375
# File 'lib/histogram.rb', line 373 def avg_ints(one, two) # :nodoc: (one.to_f + two.to_f) / 2.0 end