Method: Histogram#avg_ints

Defined in:
lib/histogram.rb

#avg_ints(one, two) ⇒ Object

: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