# File lib/beefcake/buffer/encode.rb, line 99
    def append_double(n)
      self << [n].pack("E")
    end