# File lib/beefcake/buffer/encode.rb, line 95
def
append_float
(
n
)
self
<<
[
n
].
pack
(
"e"
)
end