# File ruby/bstream.rb, line 309
        def write_float_array(arg)
          return write_array_gen(arg,T_FLOAT,"e*")
        end