module BinData::FloatingPoint

def create_to_binary_s_code(precision, endian)

def create_to_binary_s_code(precision, endian)
  pack = PACK_CODE[[precision, endian]]
  "[val].pack('#{pack}')"
end