Musical math
3 4 5
# File 'lib/scruby/core_ext/fixnum.rb', line 3 def freq 440 * (2 ** ((self - 69) * 0.083333333333) ) end